cmake: Externalize OpenCascade config (#7365)

Co-authored-by: Andrej <azhilenkov@gmail.com>
This commit is contained in:
Esteban Dugueperoux
2025-11-19 14:02:07 +01:00
committed by GitHub
parent be0eea1bed
commit 613015e37e
8 changed files with 144 additions and 143 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ find_package(Boost REQUIRED)
file(GLOB CPP_FILES *.cpp)
set(SOURCE_FILES ${CPP_FILES})
add_executable(IfcGeomServer ${SOURCE_FILES})
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OpenCASCADE_LIBRARIES})
install(TARGETS IfcGeomServer)