X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FInteractiveDeformableMeshSegmentation%2FCMakeLists.txt;h=e61acbbaafbf79b4230a6a9d9d222f4173ca11d2;hb=93ddd2fe04d05b28dff31448032fd3af93ffe750;hp=a5691be620e1553d97896078173556d87a46e306;hpb=6d6bf5d5e3b9318a507216f2f231c32299d1a941;p=cpMesh.git diff --git a/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt b/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt index a5691be..e61acbb 100644 --- a/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt +++ b/appli/InteractiveDeformableMeshSegmentation/CMakeLists.txt @@ -12,12 +12,11 @@ IF(BUILD_FINAL_APPLICATION) App_QT_SOURCES MainWnd.cxx MainWnd_LoadPlugins.cxx + MainWnd_ExecutePlugins.cxx ) SET( App_SOURCES main.cxx - VolumeActors.cxx - InteractorStyleImage.cxx ) SET( App_QT_HEADERS @@ -25,8 +24,6 @@ IF(BUILD_FINAL_APPLICATION) ) SET( App_HEADERS - VolumeActors.h - InteractorStyleImage.h ) FILE(GLOB App_QT_UI "${App_SOURCE_DIR}/*.ui") FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc")