mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
IfcGeomServer cmake - remove headers from source files
This commit is contained in:
@@ -1,8 +1,7 @@
|
|||||||
find_package(Boost REQUIRED)
|
find_package(Boost REQUIRED)
|
||||||
|
|
||||||
file(GLOB CPP_FILES *.cpp)
|
file(GLOB CPP_FILES *.cpp)
|
||||||
file(GLOB H_FILES *.h)
|
set(SOURCE_FILES ${CPP_FILES})
|
||||||
set(SOURCE_FILES ${CPP_FILES} ${H_FILES})
|
|
||||||
add_executable(IfcGeomServer ${SOURCE_FILES})
|
add_executable(IfcGeomServer ${SOURCE_FILES})
|
||||||
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
|
target_link_libraries(IfcGeomServer IfcGeom ${kernel_libraries} ${OPENCASCADE_LIBRARIES})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user