CMake: Cleanup targets with transitive dependencies

This commit is contained in:
tritao
2025-03-17 12:12:06 +00:00
parent 9a77120e82
commit cdab9c7837
69 changed files with 75 additions and 746 deletions

View File

@@ -7,15 +7,6 @@ include_directories(
include_directories(
SYSTEM
${Boost_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
${QT_INCLUDE_DIR}
${ZIPIOS_INCLUDES}
${ZLIB_INCLUDE_DIR}
${PYCXX_INCLUDE_DIR}
${Python3_INCLUDE_DIRS}
${XercesC_INCLUDE_DIRS}
${QT_INCLUDE_DIR}
${CMAKE_SOURCE_DIR}/src/3rdParty/json/single_include/nlohmann/
)
link_directories(${OCC_LIBRARY_DIR})