]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
export from storage to storage functionality
[creaImageIO.git] / src2 / CMakeLists.txt
index cf4b820121ce18c3328adb712b9fbb37eda90d9c..8908fc5ac833315be6850cfed3b81b7ac9da86e9 100644 (file)
@@ -17,11 +17,12 @@ FILE(GLOB SOURCES_CREAIMAGEIO
 
    BlockScopeWxApp.cpp
   creaImageIOGimmickReaderDialog.cpp
+  creaImageIOExternalGimmick.cpp
   #  Viewer
   creaImageIOWxViewer.cpp
   creaImageIOGimmickView.cpp
   creaImageIOListener.cpp
-
+)
  
  # Attributed tree data structure
 FILE(GLOB SOURCES_CREAIMAGEIO_TREE
@@ -50,18 +51,20 @@ FILE(GLOB SOURCES_CREAIMAGEIO_IMG_READER
 # The wxWidgets-based components
 if (USE_WXWIDGETS)
 FILE(GLOB SOURCES_CREAIMAGEIO_WX
+         creaImageIOWxAttributeSelectionPanel.cpp
+         creaImageIOWxCustomizeConfigPanel.cpp
+         creaImageIOWxDescriptorPanel.cpp
+         creaImageIOWxEditFieldsPanel.cpp
+         creaImageIOWxExportDlg.cpp
+         creaImageIOWxDumpPanel.cpp
          creaImageIOWxGimmickView.cpp
-         creaImageIOWxTreeView.cpp
-      creaImageIOWxGimmickReaderDialog.cpp
+         creaImageIOWxGimmickReaderDialog.cpp
       creaImageIOWxGimmickFrame.cpp
       creaImageIOWxGimmickPanel.cpp
       creaImageIOWxGimmickTools.cpp
-      creaImageIOWxCustomizeConfigPanel.cpp
       creaImageIOWxListenerPanel.cpp
-      creaImageIOWxEditFieldsPanel.cpp
-         creaImageIOWxAttributeSelectionPanel.cpp
-         creaImageIOWxPACSConnectionPanel.cpp
-         creaImageIOWxDescriptorPanel.cpp
+      creaImageIOWxPACSConnectionPanel.cpp
+         creaImageIOWxTreeView.cpp
          )
 endif()