Core: Move PyCXX library to src/3rdParty.

This commit is contained in:
Joao Matos
2025-02-16 17:37:13 +00:00
committed by Chris Hennes
parent d2a339f32c
commit 15076cb504
115 changed files with 73 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ include_directories(
${OCC_INCLUDE_DIR}
${ZIPIOS_INCLUDES}
${ZLIB_INCLUDE_DIR}
${PYCXX_INCLUDE_DIR}
${Python3_INCLUDE_DIRS}
${XercesC_INCLUDE_DIRS}
)

View File

@@ -18,6 +18,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
${Boost_INCLUDE_DIRS}
${COIN3D_INCLUDE_DIRS}
${PYCXX_INCLUDE_DIR}
${Python3_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${ZIPIOS_INCLUDES}