]> Creatis software - cpMesh.git/blobdiff - appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt
QuadEdgeMesh ported to cpPlugins/Extensions
[cpMesh.git] / appli / InteractiveDeformableMeshSegmentation / CMakeLists.txt
index dfa2d8ce552db1a656593cfdd3646ac757d03125..a5691be620e1553d97896078173556d87a46e306 100644 (file)
@@ -11,6 +11,7 @@ IF(BUILD_FINAL_APPLICATION)
   SET(
     App_QT_SOURCES
     MainWnd.cxx
+    MainWnd_LoadPlugins.cxx
     )
   SET(
     App_SOURCES
@@ -62,15 +63,21 @@ IF(BUILD_FINAL_APPLICATION)
   TARGET_LINK_LIBRARIES(
     ${App_NAME}
     cpm
+    ${cpPlugins_Interface_LIBRARIES}
     ${QT_LIBRARIES}
     ${ITK_LIBRARIES}
     ${VTK_LIBRARIES}
     )
 
   CONFIGURE_FILE(
-    idms.plugins
+    idms.plugins.in
     ${PROJECT_BINARY_DIR}/idms.plugins
-    COPYONLY
+    @ONLY
+    )
+  CONFIGURE_FILE(
+    idms.config
+    ${PROJECT_BINARY_DIR}/idms.config
+    @COPYONLY
     )
 ENDIF(BUILD_FINAL_APPLICATION)