]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/Decision/CMakeLists.txt
Salome HOME
6d978e0605c2364869d84ed2484fa4a880c3bb92
[modules/homard.git] / src / tool / Decision / 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 Decision
20
21 SET(Decision_SOURCES
22     ./deard0.F
23     ./debil1.F
24     ./debila.F
25     ./decfs0.F
26     ./decfs1.F
27     ./decfs2.F
28     ./decfs3.F
29     ./decfsu.F
30     ./decine.F
31     ./decora.F
32     ./decpt0.F
33     ./decpte.F
34     ./decr02.F
35     ./decr03.F
36     ./decr05.F
37     ./dedco1.F
38     ./dedco2.F
39     ./dedcon.F
40     ./dedera.F
41     ./dedin1.F
42     ./dedin2.F
43     ./dedini.F
44     ./deeli1.F
45     ./deelig.F
46     ./dehist.F
47     ./dehmaj.F
48     ./dehom1.F
49     ./dehomo.F
50     ./dehova.F
51     ./dehovf.F
52     ./deiard.F
53     ./deiari.F
54     ./deiarr.F
55     ./deihed.F
56     ./deihei.F
57     ./deiher.F
58     ./deinb1.F
59     ./deinbi.F
60     ./deinfi.F
61     ./deini0.F
62     ./deini2.F
63     ./deini3.F
64     ./deini4.F
65     ./deini5.F
66     ./deinii.F
67     ./deinit.F
68     ./deinnu.F
69     ./deinod.F
70     ./deinoi.F
71     ./deinor.F
72     ./deinri.F
73     ./deinse.F
74     ./deinst.F
75     ./deinti.F
76     ./deinun.F
77     ./deinz0.F
78     ./deinz1.F
79     ./deinz2.F
80     ./deinzr.F
81     ./deiped.F
82     ./deipei.F
83     ./deiper.F
84     ./deipyd.F
85     ./deipyi.F
86     ./deipyr.F
87     ./deiqud.F
88     ./deiqui.F
89     ./deiqur.F
90     ./deisa1.F
91     ./deisa2.F
92     ./deisau.F
93     ./deisfa.F
94     ./deisno.F
95     ./deisv0.F
96     ./deisv1.F
97     ./deisv2.F
98     ./deisv3.F
99     ./deisv4.F
100     ./deisv5.F
101     ./deisv6.F
102     ./deisv7.F
103     ./deisv8.F
104     ./deited.F
105     ./deitei.F
106     ./deiter.F
107     ./deitrd.F
108     ./deitri.F
109     ./deitrr.F
110     ./deiuc0.F
111     ./deiucm.F
112     ./delis1.F
113     ./delist.F
114     ./deraff.F
115     ./derco1.F
116     ./derco2.F
117     ./derco3.F
118     ./derco4.F
119     ./derco5.F
120     ./derco6.F
121     ./derco7.F
122     ./derco8.F
123     ./derco9.F
124     ./dercon.F
125     ./desmaj.F
126     )
127
128 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/Decision ../Includes_Generaux)
129
130 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
131
132 ADD_LIBRARY (Decision ${Decision_SOURCES})
133
134 INSTALL(TARGETS Decision EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})