]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/CMakeLists.txt
Bug smashed like a boss
[cpPlugins.git] / lib / cpPlugins / CMakeLists.txt
index 7817df1e7a9fcf49673be79da35b725cb51de73b..2e09b0f23981da554ba93cdda521a40a0fa6b9aa 100644 (file)
@@ -14,6 +14,11 @@ CONFIGURE_FILE(
   ${PROJECT_BINARY_DIR}/lib/${lib_DIR}/Config.h
   @ONLY
   )
+CONFIGURE_FILE(
+  cpPlugins_DynLibs.h.in
+  ${PROJECT_BINARY_DIR}/lib/${lib_DIR}/cpPlugins_DynLibs.h
+  @ONLY
+  )
 
 ## ===============
 ## = Source code =
@@ -85,8 +90,11 @@ SET(
 
 SET(
   target_LIBRARIES
-  ${cpPlugins_LIBRARIES}
+  ${ITK_LIBRARIES}
+  ${VTK_LIBRARIES}
+  cpExtensions
   cpPlugins_tinyxml2
+  ${cpPlugins_LIBRARIES}
   )
 IF(NOT WIN32)
   SET(