Salome HOME
Avoid installing redundant files
[modules/yacs.git] / src / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index af8928c..9032ac8
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2016  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2021  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
@@ -21,7 +21,7 @@
 # Common packages
 ##
 SET(SUBDIRS_COMMON
-  bases engine wrappergen yacsorb salomeloader
+  bases engine wrappergen yacsorb salomeloader workloadmanager
   pmml
   )
 
@@ -46,7 +46,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()