Assembly: Add ${COIN3D_INCLUDE_DIRS} to CMakeLists.txt (#12407)

* Assembly: Add ${COIN3D_INCLUDE_DIRS} to CMakeLists.txt
This commit is contained in:
Chris Hennes
2024-02-14 18:26:30 -06:00
committed by GitHub
parent 9f1e51966f
commit cf724a2b0e

View File

@@ -1,6 +1,7 @@
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_CURRENT_BINARY_DIR}
${COIN3D_INCLUDE_DIRS}
${OCC_INCLUDE_DIR}
)