]> Creatis software - creaImageIO.git/blobdiff - src2/CMakeLists.txt
linux bug correction
[creaImageIO.git] / src2 / CMakeLists.txt
index b9cf63c6427b3d096e7d38b1de34aad2b0259ef4..8908fc5ac833315be6850cfed3b81b7ac9da86e9 100644 (file)
@@ -51,19 +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
-         creaImageIOWxDumpPanel.cpp
+      creaImageIOWxPACSConnectionPanel.cpp
+         creaImageIOWxTreeView.cpp
          )
 endif()