Salome HOME
Updating version and conversions
[modules/adao.git] / src / CMakeLists.txt
index 0d7714c36b5199ba0bc8fb270dc0a6fcf7382c4f..4df75745d914405f6f8f8005f69996b869303d2d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2008-2019 EDF R&D
+# Copyright (C) 2008-2020 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
 # Author: Anthony Geay, anthony.geay@edf.fr, EDF R&D
 
 if(ADAO_SALOME_MODULE)
-  
-  install(FILES daSalome/adaoBuilder.py daSalome/__init__.py DESTINATION "${ADAO_SCRIPT_PYTHON_SALOME}/adao")
-  add_subdirectory(daComposant)
+
   add_subdirectory(daSalome)
-  add_subdirectory(daEficas)
-  
+
 else(ADAO_SALOME_MODULE)
-  
-  install(FILES daSalome/adaoBuilder.py daSalome/__init__.py DESTINATION "${ADAO_SCRIPT_PYTHON_SALOME}/adao")
+
+  add_subdirectory(daSalome)
   add_subdirectory(daComposant)
+  add_subdirectory(daEficas)
 
 endif(ADAO_SALOME_MODULE)