]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
CMake: Avoid .cxx file GLOBing, this is too dangerous.
authorabn <adrien.bruneton@cea.fr>
Wed, 13 Jul 2016 14:23:27 +0000 (16:23 +0200)
committerabn <adrien.bruneton@cea.fr>
Wed, 13 Jul 2016 14:23:27 +0000 (16:23 +0200)
src/MEDCalc/gui/CMakeLists.txt

index b51c1432b4ef48d174f7a46ab5ecde1ec7cd714a..a9aa47e16a99ab11c8f98ad0cbf451e59f029067 100644 (file)
@@ -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