Salome HOME
d38a2a5fa14e4696568ee1a36d26c5694f3bea1d
[modules/adao.git] / src / daEficas / CMakeLists.txt
1 # Copyright (C) 2008-2019 EDF R&D
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 # Author: Anthony Geay, anthony.geay@edf.fr, EDF R&D
20
21 set(EFICAS_DIR "${EFICAS_ROOT_DIR}")
22
23 SALOME_CONFIGURE_FILE(prefs_ADAO.py.in prefs_ADAO.py)
24   
25 set(DAEFICAS_FILES
26   configuration_ADAO.py
27   convert_adao.py
28   generator_adao.py
29   __init__.py
30   ${CMAKE_CURRENT_BINARY_DIR}/prefs_ADAO.py
31   prefs.py
32   traduitADAOsansToV9_3_0.py
33   traduitADAOV7_4_0ToV9_3_0.py
34   traduitADAOV7_5_0ToV9_3_0.py
35   traduitADAOV7_5_1ToV9_3_0.py
36   traduitADAOV7_6_0ToV9_3_0.py
37   traduitADAOV7_7_0ToV9_3_0.py
38   traduitADAOV7_8_0ToV9_3_0.py
39   traduitADAOV8_1_0ToV9_3_0.py
40   traduitADAOV8_2_0ToV9_3_0.py
41   traduitADAOV8_3_0ToV9_3_0.py
42   traduitADAOV8_4_0ToV9_3_0.py
43   traduitADAOV8_5_0ToV9_3_0.py
44   traduitADAOV8_6_0ToV9_3_0.py
45   traduitADAOV9_2_0ToV9_3_0.py
46   )
47
48 install(FILES ${DAEFICAS_FILES} DESTINATION "${ADAO_SCRIPT_PYTHON_SALOME}/adao/daEficas")