mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
CMakeLists.txt: install IfcGeomServer executable.
This commit is contained in:
@@ -277,5 +277,5 @@ FILE(GLOB include_files_geom ../src/ifcgeom/*.h)
|
|||||||
FILE(GLOB include_files_parse ../src/ifcparse/*.h)
|
FILE(GLOB include_files_parse ../src/ifcparse/*.h)
|
||||||
INSTALL(FILES ${include_files_geom} DESTINATION include/ifcgeom)
|
INSTALL(FILES ${include_files_geom} DESTINATION include/ifcgeom)
|
||||||
INSTALL(FILES ${include_files_parse} DESTINATION include/ifcparse)
|
INSTALL(FILES ${include_files_parse} DESTINATION include/ifcparse)
|
||||||
INSTALL(TARGETS IfcConvert DESTINATION bin)
|
INSTALL(TARGETS IfcConvert IfcGeomServer DESTINATION bin)
|
||||||
INSTALL(TARGETS IfcParse IfcGeom DESTINATION lib)
|
INSTALL(TARGETS IfcParse IfcGeom DESTINATION lib)
|
||||||
|
|||||||
Reference in New Issue
Block a user