Salome HOME
[EDF27816] Management of double foreach and management of proxyfile lifecycle
[modules/yacs.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index af8928c..7c766f7
@@ -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
 # 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()