]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
export from storage to storage functionality
[creaImageIO.git] / src2 / CMakeLists.txt
index 61e1d52886923970fa744ef69f30626a2f46f36c..8908fc5ac833315be6850cfed3b81b7ac9da86e9 100644 (file)
@@ -14,18 +14,15 @@ FILE(GLOB SOURCES_CREAIMAGEIO
 
   # settings
   creaImageIOSettings.cpp
-  )
-  
- if (USE_WXWIDGETS)
-FILE(GLOB SOURCES_CREAIMAGEIO  
+
    BlockScopeWxApp.cpp
   creaImageIOGimmickReaderDialog.cpp
+  creaImageIOExternalGimmick.cpp
   #  Viewer
   creaImageIOWxViewer.cpp
   creaImageIOGimmickView.cpp
   creaImageIOListener.cpp
-  )
- endif()
+)
  
  # Attributed tree data structure
 FILE(GLOB SOURCES_CREAIMAGEIO_TREE
@@ -47,28 +44,27 @@ FILE(GLOB SOURCES_CREAIMAGEIO_IMG_READER
          creaImageIOImageReader.cpp
          creaImageIOUltrasonixImageReader.cpp
          creaImageIOVtkImageReader.cpp
-         )
- if (USE_WXWIDGETS)
-FILE(GLOB SOURCES_CREAIMAGEIO_IMG_READER
          creaImageIOMultiThreadImageReader.cpp
-         )
- endif()
+         )
+
 
 # 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()