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

@@ -22,6 +22,7 @@
# ***************************************************************************/
include_directories(
${PYCXX_INCLUDE_DIR}
${Python3_INCLUDE_DIRS}
${QtCore_INCLUDE_DIRS}
${ZIPIOS_INCLUDES}

View File

@@ -25,6 +25,7 @@ include_directories(
${CMAKE_CURRENT_BINARY_DIR}
${Boost_INCLUDE_DIRS}
${COIN3D_INCLUDE_DIRS}
${PYCXX_INCLUDE_DIR}
${Python3_INCLUDE_DIRS}
${QtCore_INCLUDE_DIRS}
${QtSvg_INCLUDE_DIRS}