X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2FImageMPR%2FCMakeLists.txt;h=7031e14b5283eb5fd5f0e1c80f4b3c157bec91de;hb=48363731d62d46ffad8ca257326cc147a92ab681;hp=a35c436fd54ac5780571ed8efebc289f23e1729d;hpb=132530e0876c10981f096abfea81d92ca840d333;p=cpPlugins.git diff --git a/appli/ImageMPR/CMakeLists.txt b/appli/ImageMPR/CMakeLists.txt index a35c436..7031e14 100644 --- a/appli/ImageMPR/CMakeLists.txt +++ b/appli/ImageMPR/CMakeLists.txt @@ -10,11 +10,12 @@ IF(USE_QT4) SET( App_QT_SOURCES - ImageMPR.cxx + ImageMPR.cxx ) SET( App_SOURCES - main.cxx + MementoState.cxx + main.cxx ) SET( App_QT_HEADERS @@ -22,6 +23,7 @@ IF(USE_QT4) ) SET( App_HEADERS + MementoState.h ) FILE(GLOB App_QT_UI "${App_SOURCE_DIR}/*.ui") FILE(GLOB App_QT_RES "${App_SOURCE_DIR}/*.qrc")