From b44a88d2030cb871ddc3ed41b97eab6028791983 Mon Sep 17 00:00:00 2001 From: Stinkfist0 Date: Wed, 28 Oct 2015 21:25:48 +0200 Subject: [PATCH] CMakeLists.txt: install IfcGeomServer executable. --- cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)