From: abn Date: Wed, 13 Jul 2016 14:23:27 +0000 (+0200) Subject: CMake: Avoid .cxx file GLOBing, this is too dangerous. X-Git-Tag: V8_1_0b1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=964abd0dca490ba90dd6ba0748d032892802c777;p=modules%2Fmed.git CMake: Avoid .cxx file GLOBing, this is too dangerous. --- diff --git a/src/MEDCalc/gui/CMakeLists.txt b/src/MEDCalc/gui/CMakeLists.txt index b51c1432b..a9aa47e16 100644 --- a/src/MEDCalc/gui/CMakeLists.txt +++ b/src/MEDCalc/gui/CMakeLists.txt @@ -24,7 +24,17 @@ INCLUDE(UseQtExt) ADD_SUBDIRECTORY(dialogs) -FILE(GLOB MEDCALCGUI_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/*.cxx") +SET(MEDCALCGUI_SOURCES + DatasourceController.cxx + factory.cxx + MEDEventListener_i.cxx + MEDModule.cxx + PresentationController.cxx + ProcessingController.cxx + WorkspaceController.cxx + XmedConsoleDriver.cxx + XmedDataModel.cxx +) SET(MEDCALCGUI_HEADERS MEDModule.hxx