]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/CMakeLists.txt
Salome HOME
Copyright update 2022
[modules/homard.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 1fcc8af..7dc2e32
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2016-2022  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
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -25,6 +25,10 @@ SET(SUBDIRS_COMMON
   HOMARD_I
   HOMARDGUI
   HOMARD_SWIG
+  FrontTrack
+  FrontTrack_SWIG
+  tests
+  tool
 )
 
 SET(SUBDIRS
@@ -32,6 +36,7 @@ SET(SUBDIRS
 )
 
 FOREACH(dir ${SUBDIRS})
- ADD_SUBDIRECTORY(${dir})
 ADD_SUBDIRECTORY(${dir})
 ENDFOREACH(dir ${SUBDIRS})
 
+