Assembly: Add ${PYTHON_INCLUDE_DIRS} to CMakeLists.txt

Assembly Gui is including <Base/PyObjectBase.h> which in turn
includes <Python.h>, so path to Python includes is needed.
This commit is contained in:
Ladislav Michl
2024-02-15 17:47:27 +01:00
committed by Chris Hennes
parent 93e94d8868
commit f9d892ce01

View File

@@ -3,6 +3,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${COIN3D_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${PYTHON_INCLUDE_DIRS}
)
set(AssemblyGui_LIBS