]> SALOME platform Git repositories - plugins/hexablockplugin.git/blobdiff - CMakeLists.txt
Salome HOME
Rename HexaBlockEngine library to the HexaBlockPluginEngine to avoid problems on...
[plugins/hexablockplugin.git] / CMakeLists.txt
index f4d51b5b25675d44410b29805581d4e8dd3c80bd..d1869b7cf0f504d45efd267b9d9fa23a41a7365a 100755 (executable)
@@ -171,7 +171,7 @@ SET(SALOME_INSTALL_RES "${SALOME_INSTALL_RES}" CACHE PATH "Install path: SALOME
 SET(SALOME_INSTALL_DOC "${SALOME_INSTALL_DOC}" CACHE PATH "Install path: SALOME documentation")
 
 # Specific to HEXABLOCKPLUGIN:
-SET(SALOME_HEXABLOCKPLUGIN_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/HEXABLOCKplugin" CACHE PATH 
+SET(SALOME_HEXABLOCKPLUGIN_INSTALL_RES_DATA "${SALOME_INSTALL_RES}/hexablockplugin" CACHE PATH 
     "Install path: SALOME HEXABLOCKPLUGIN specific data")
 
 MARK_AS_ADVANCED(SALOME_INSTALL_BINS SALOME_INSTALL_LIBS SALOME_INSTALL_IDLS SALOME_INSTALL_HEADERS)
@@ -208,7 +208,7 @@ 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 SalomeIDLHEXABLOCKPLUGIN
+  HexaBlockPluginEngine SalomeIDLHEXABLOCKPLUGIN
 )
 
 IF(SALOME_BUILD_GUI)