]> SALOME platform Git repositories - modules/hexablock.git/commitdiff
Salome HOME
Debug of CMake build procedure
authormpa <mpa@opencascade.com>
Mon, 3 Mar 2014 11:46:30 +0000 (15:46 +0400)
committermpa <mpa@opencascade.com>
Mon, 3 Mar 2014 11:46:30 +0000 (15:46 +0400)
CMakeLists.txt

index 6ea913e308f023e975929e73a17933f4064e76d6..b0d6afb96bb09b14e87c450a01e06e202b689ed4 100755 (executable)
@@ -199,12 +199,12 @@ INCLUDE(CMakePackageConfigHelpers)
 # List of targets in this project we want to make visible to the rest of the world.
 # They all have to be INSTALL'd with the option "EXPORT ${PROJECT_NAME}TargetGroup"
 SET(_${PROJECT_NAME}_exposed_targets 
-  HEXABLOCKEngine _hexablock_swig MyDlgRef
+  HEXABLOCKEngine _hexablock_swig
 )
 
 IF(SALOME_BUILD_GUI)
   LIST(APPEND _${PROJECT_NAME}_exposed_targets 
-    HEXABLOCK
+    MyDlgRef HEXABLOCK
   )
 ENDIF(SALOME_BUILD_GUI)