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:
committed by
Chris Hennes
parent
93e94d8868
commit
f9d892ce01
@@ -3,6 +3,7 @@ include_directories(
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${COIN3D_INCLUDE_DIRS}
|
||||
${OCC_INCLUDE_DIR}
|
||||
${PYTHON_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
set(AssemblyGui_LIBS
|
||||
|
||||
Reference in New Issue
Block a user