Salome HOME
On the road to HOMARD SSL
[modules/homard.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 1e97acb..15aa8ed
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2020  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 SET(SUBDIRS_COMMON
   HOMARD
   HOMARD_I
+  SalomeSessionless
   HOMARDGUI
   HOMARD_SWIG
+  FrontTrack
+  FrontTrack_SWIG
+  tests
 )
 
 SET(SUBDIRS
@@ -32,6 +36,7 @@ SET(SUBDIRS
 )
 
 FOREACH(dir ${SUBDIRS})
- ADD_SUBDIRECTORY(${dir})
 ADD_SUBDIRECTORY(${dir})
 ENDFOREACH(dir ${SUBDIRS})
 
+