X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FCMakeLists.txt;h=8908fc5ac833315be6850cfed3b81b7ac9da86e9;hb=8392c8e1b57464fe92e6280b88f69cabfbac58cf;hp=b9cf63c6427b3d096e7d38b1de34aad2b0259ef4;hpb=cb539b100d38f3092d06430575f846c916235db4;p=creaImageIO.git diff --git a/src2/CMakeLists.txt b/src2/CMakeLists.txt index b9cf63c..8908fc5 100644 --- a/src2/CMakeLists.txt +++ b/src2/CMakeLists.txt @@ -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()