From: mpa Date: Mon, 3 Mar 2014 11:46:30 +0000 (+0400) Subject: Debug of CMake build procedure X-Git-Tag: V7_4_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0e456d8c67552363fd49749a8374ebf713c0d11a;p=modules%2Fhexablock.git Debug of CMake build procedure --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea913e..b0d6afb 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)