Tweaks to build
This commit is contained in:
parent
d585b6580d
commit
04ab71c47c
|
@ -38,6 +38,7 @@
|
|||
#include <wx/filename.h>
|
||||
#include <wx/gdicmn.h>
|
||||
|
||||
#undef pid_t
|
||||
#include <pybind11/embed.h>
|
||||
|
||||
class wxSingleInstanceChecker;
|
||||
|
|
|
@ -10,6 +10,7 @@ add_library( scripting STATIC
|
|||
target_link_libraries( scripting
|
||||
${wxWidgets_LIBRARIES} # wxLogDebug, wxASSERT
|
||||
${Boost_LIBRARIES} # Because of the OPT types
|
||||
${PYTHON_LIBRARIES}
|
||||
common
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue