CMakeLists.txt: install IfcGeomServer executable.

This commit is contained in:
Stinkfist0
2015-10-28 21:25:48 +02:00
parent 921c3eb2d3
commit b44a88d203
+1 -1
View File
@@ -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)