]> Creatis software - cpPlugins.git/blobdiff - cmake/cpPluginsConfig.cmake.in
More macos issues...
[cpPlugins.git] / cmake / cpPluginsConfig.cmake.in
index b612b9d0e68b43277f6fee7678b99dff90083b5e..a07c54cb2c4ba13a9e73605b5e3e79c713ddde60 100644 (file)
@@ -1,11 +1,11 @@
 # ===================================
-# -- Some configurations variables --
+# == Some configurations variables ==
 # ===================================
 
 SET(USE_QT4 "@QT4_FOUND@")
 
 # =======================
-# -- Find dependencies --
+# == Find dependencies ==
 # =======================
 
 # Find ITK and VTK
@@ -17,7 +17,7 @@ SET(VTK_DIR @VTK_DIR@)
 FIND_PACKAGE(VTK REQUIRED)
 INCLUDE(${VTK_USE_FILE})
 
-# Do not use itk-vtk glue --> problems ahead!!!
+# Do not use itk-vtk glue ==> problems ahead!!!
 IF(ITKVtkGlue_LOADED)
   MESSAGE(FATAL_ERROR "ITKVtkGlue module is available. Please re-compile your ITK without it. It could lead to nasty compilation problems... Just waiting for Kitware to solve it.")
 ENDIF(ITKVtkGlue_LOADED)
@@ -45,7 +45,7 @@ ENDIF(USE_QT4 EQUAL "1")
 
 
 # =========================
-# -- Include directories --
+# == Include directories ==
 # =========================
 
 INCLUDE_DIRECTORIES(
@@ -69,7 +69,7 @@ INCLUDE_DIRECTORIES(
   )
 
 # =========================
-# -- Library directories --
+# == Library directories ==
 # =========================
 
 IF(MSVC)
@@ -87,17 +87,16 @@ ELSE(MSVC)
 ENDIF(MSVC)
 
 # ===================
-# -- Library names --
+# == Library names ==
 # ===================
 
 SET(cpExtensions_LIBRARY cpExtensions)
 SET(cpPlugins_tinyxml2_LIBRARY cpPlugins_tinyxml2)
-SET(cpPlugins_ALL_INSTANCES_LIBRARIES "@cpPlugins_ALL_INSTANCES@")
-SET(cpPlugins_LIBRARY cpPlugins)
 SET(cpPipelineEditor_LIBRARY cpPipelineEditor)
+SET(cpPlugins_LIBRARIES "@cpPlugins_LIBRARIES@;cpPlugins")
 
 # ======================
-# -- Executable names --
+# == Executable names ==
 # ======================
 SET(
   exec_PROGRAMS