mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
cmake: Have a dedicated CMakeLists.txt for IfcGeomServer
This commit is contained in:
committed by
Thomas Krijnen
parent
96da78c670
commit
6a7ecf7f58
@@ -0,0 +1,9 @@
|
||||
find_package(Boost COMPONENTS chrono REQUIRED)
|
||||
|
||||
file(GLOB CPP_FILES *.cpp)
|
||||
file(GLOB H_FILES *.h)
|
||||
set(SOURCE_FILES ${CPP_FILES} ${H_FILES})
|
||||
add_executable(IfcGeomServer ${SOURCE_FILES})
|
||||
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
|
||||
|
||||
install(TARGETS IfcGeomServer)
|
||||
Reference in New Issue
Block a user