X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=15aa8edc08d988cb8886e9f492febbe17b1ca10c;hb=222b99e1a96feddb4e7fda5526e58769c22bc1e2;hp=1e97acb3cdc298138fdc46c64131b6a08ec1dfa5;hpb=ecf108fd059964209a0148e0e7724cd175f6709f;p=modules%2Fhomard.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index 1e97acb3..15aa8edc --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 @@ -23,8 +23,12 @@ 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}) +