Tweaks to build

This commit is contained in:
Marek Roszko 2021-04-26 20:32:09 -04:00 committed by Seth Hillbrand
parent d585b6580d
commit 04ab71c47c
2 changed files with 4 additions and 2 deletions

View File

@ -38,6 +38,7 @@
#include <wx/filename.h>
#include <wx/gdicmn.h>
#undef pid_t
#include <pybind11/embed.h>
class wxSingleInstanceChecker;

View File

@ -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
)