X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=ef1cdb922f39eaeeca85bc27d4d0c395c2afce00;hb=refs%2Fheads%2Frnv%2Fsphinx_doc;hp=8ea2b8ca16509a3a4cea8894ce925a54b90ae162;hpb=d4617a5edb41e7acd4025a2b56160ae267ede7f6;p=modules%2Fkernel.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8ea2b8ca1..ef1cdb922 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2014 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,6 +18,7 @@ # SET(SUBDIR_BASE + AppQuickStart Basics SALOMELocalTrace HDFPersist @@ -37,6 +38,7 @@ SET(SUBDIR_CORBA Notification NOTIFICATION_SWIG Container + SALOMESDS TestContainer Launcher LifeCycleCORBA @@ -73,28 +75,24 @@ SET(SUBDIR_CPPUNIT_CORBA ) SET(SUBDIR_CPPUNIT_GENERAL UnitTests) -IF(SALOME_LAUNCHER_ONLY) - SET(SUBDIRS Basics ResourcesManager Launcher) -ELSE() - SET(SUBDIRS ${SUBDIR_BASE}) - IF(NOT SALOME_LIGHT_ONLY) - LIST(APPEND SUBDIRS ${SUBDIR_CORBA}) - ENDIF() +SET(SUBDIRS ${SUBDIR_BASE}) +IF(NOT SALOME_LIGHT_ONLY) + LIST(APPEND SUBDIRS ${SUBDIR_CORBA}) +ENDIF() - IF(SALOME_USE_MPI) - LIST(APPEND SUBDIRS ${SUBDIR_MPI}) - ENDIF(SALOME_USE_MPI) +IF(SALOME_USE_MPI) + LIST(APPEND SUBDIRS ${SUBDIR_MPI}) +ENDIF(SALOME_USE_MPI) - IF(SALOME_BUILD_TESTS) - LIST(APPEND SUBDIRS ${SUBDIR_CPPUNIT_BASE} ${SUBDIR_CPPUNIT_GENERAL}) - IF(NOT SALOME_LIGHT_ONLY) - LIST(APPEND SUBDIRS ${SUBDIR_CPPUNIT_CORBA}) - ENDIF() +IF(SALOME_BUILD_TESTS) + LIST(APPEND SUBDIRS ${SUBDIR_CPPUNIT_BASE} ${SUBDIR_CPPUNIT_GENERAL}) + IF(NOT SALOME_LIGHT_ONLY) + LIST(APPEND SUBDIRS ${SUBDIR_CPPUNIT_CORBA}) ENDIF() +ENDIF() - IF(SALOME_PACO_PARALLEL) - LIST(APPEND SUBDIRS ${SUBDIR_PARALLEL}) - ENDIF() +IF(SALOME_PACO_PARALLEL) + LIST(APPEND SUBDIRS ${SUBDIR_PARALLEL}) ENDIF() FOREACH(_dir ${SUBDIRS})