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