]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/Modification/CMakeLists.txt
Salome HOME
e766aa4a075d8de62eb35d8880736148f6e29887
[modules/homard.git] / src / tool / Modification / CMakeLists.txt
1 # Copyright (C) 2016-2020  CEA/DEN, 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, or (at your option) any later version.
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 # Compilation de Modification
20
21 SET(Modification_SOURCES
22     ./mmag10.F
23     ./mmag11.F
24     ./mmag12.F
25     ./mmag13.F
26     ./mmag30.F
27     ./mmag31.F
28     ./mmag32.F
29     ./mmag33.F
30     ./mmag34.F
31     ./mmag35.F
32     ./mmag36.F
33     ./mmag40.F
34     ./mmag41.F
35     ./mmag42.F
36     ./mmag43.F
37     ./mmag91.F
38     ./mmag92.F
39     ./mmag93.F
40     ./mmag94.F
41     ./mmagco.F
42     ./mmagf0.F
43     ./mmagf1.F
44     ./mmagr0.F
45     ./mmagr2.F
46     ./mmagr4.F
47     ./mmagr5.F
48     ./mmagr6.F
49     ./mmagre.F
50     ./mmagve.F
51     ./mmcnp2.F
52     ./mmdeg0.F
53     ./mmdegr.F
54     ./mmelde.F
55     ./mmmodi.F
56     ./mmsn21.F
57     ./mmsn22.F
58     ./mmsnp2.F
59     )
60
61 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/Modification ../Includes_Generaux)
62
63 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
64
65 ADD_LIBRARY (Modification ${Modification_SOURCES})
66
67 INSTALL(TARGETS Modification EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})