Salome HOME
Updated copyright comment
[modules/yacs.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index ab2e63f..96dd7f3
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2024  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
 ##