]> Creatis software - cpPlugins.git/blobdiff - appli/ImageMPR/CMakeLists.txt
update: undo/redo for image to image filters
[cpPlugins.git] / appli / ImageMPR / CMakeLists.txt
index a35c436fd54ac5780571ed8efebc289f23e1729d..7031e14b5283eb5fd5f0e1c80f4b3c157bec91de 100644 (file)
@@ -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")