X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FInteractiveDeformableMeshSegmentation%2FCMakeLists.txt;fp=appli%2FInteractiveDeformableMeshSegmentation%2FCMakeLists.txt;h=e360d5c98b2f13ac6f33d07a251be7252fce388e;hb=de28025e5f1835fba69cb0a6666d02f0b7daec0d;hp=dfa2d8ce552db1a656593cfdd3646ac757d03125;hpb=03299aa011d1f8bfb47a5fcfcff2920e10820811;p=cpMesh.git diff --git a/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt b/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt index dfa2d8c..e360d5c 100644 --- a/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt +++ b/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt @@ -62,6 +62,7 @@ IF(BUILD_FINAL_APPLICATION) TARGET_LINK_LIBRARIES( ${App_NAME} cpm + ${cpPlugins_Interface_LIBRARIES} ${QT_LIBRARIES} ${ITK_LIBRARIES} ${VTK_LIBRARIES} @@ -70,7 +71,12 @@ IF(BUILD_FINAL_APPLICATION) CONFIGURE_FILE( idms.plugins ${PROJECT_BINARY_DIR}/idms.plugins - COPYONLY + @ONLY + ) + CONFIGURE_FILE( + idms.config + ${PROJECT_BINARY_DIR}/idms.config + @COPYONLY ) ENDIF(BUILD_FINAL_APPLICATION)