diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 58888bd39d..9428e82aea 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -277,5 +277,5 @@ FILE(GLOB include_files_geom ../src/ifcgeom/*.h) FILE(GLOB include_files_parse ../src/ifcparse/*.h) INSTALL(FILES ${include_files_geom} DESTINATION include/ifcgeom) 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)