X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=7c766f7caa50e71589168d1645d7cc340d8a7731;hb=3faa9bfe96ae74fdca18143c639dcfb9b41cd43e;hp=af8928c9fb58d7e84be992132b89f0f2406d45e5;hpb=4201ff8bb933560af500e56ec0899db602e163b3;p=modules%2Fyacs.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index af8928c9f..7c766f7ca --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2023 CEA, EDF # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -21,10 +21,13 @@ # Common packages ## SET(SUBDIRS_COMMON - bases engine wrappergen yacsorb salomeloader - pmml + bases engine wrappergen yacsorb salomeloader workloadmanager ) +IF(SALOME_YACS_USE_EMBEDDED_PMML) + LIST(APPEND SUBDIRS_COMMON pmml) +ENDIF(SALOME_YACS_USE_EMBEDDED_PMML) + ## # KERNEL ## @@ -46,7 +49,7 @@ ENDIF(SALOME_YACS_USE_SWIG) # GUI ## IF(SALOME_BUILD_GUI) - SET(SUBDIRS_GUI ydfx_gui pyqt hmi salomewrap genericgui salomegui) + SET(SUBDIRS_GUI ydfx_gui pyqt hmi salomewrap genericgui salomegui py2yacsgui) IF(SALOME_YACS_USE_SWIG) LIST(APPEND SUBDIRS_GUI salomegui_swig) ENDIF()