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