mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Utility functions to pass wxWidgets pointers from Perl to C++ code.
C++ var_dir / set_var_dir() interface to access the UI resources from the C++ code.
This commit is contained in:
parent
af51220f34
commit
d9d6d996e9
9 changed files with 157 additions and 3 deletions
|
@ -325,6 +325,7 @@ endif()
|
|||
add_library(XS ${XS_SHARED_LIBRARY_TYPE}
|
||||
${XS_MAIN_CPP}
|
||||
${LIBDIR}/libslic3r/utils.cpp
|
||||
${LIBDIR}/slic3r/GUI/wxPerlIface.cpp
|
||||
${LIBDIR}/perlglue.cpp
|
||||
${LIBDIR}/ppport.h
|
||||
${LIBDIR}/xsinit.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue