]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/AP_Conversion/CMakeLists.txt
Salome HOME
5b65bd360e160b418819f13355988389e40c4047
[modules/homard.git] / src / tool / AP_Conversion / 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 AP_Conversion
20
21 SET(AP_Conversion_SOURCES
22     ./pccac1.F
23     ./pccac2.F
24     ./pccafo.F
25     ./pccapf.F
26     ./pccapg.F
27     ./pccapr.F
28     ./pcceq1.F
29     ./pcceq2.F
30     ./pcceq3.F
31     ./pcceq4.F
32     ./pcehe1.F
33     ./pcepe1.F
34     ./pcequ1.F
35     ./pcequ2.F
36     ./pcequ3.F
37     ./pcequ4.F
38     ./pcete1.F
39     ./pcetr1.F
40     ./pcetr2.F
41     ./pcetr3.F
42     ./pcetr4.F
43     ./pcfaa1.F
44     ./pcfaa2.F
45     ./pcfaa3.F
46     ./pcfaat.F
47     ./pcfor1.F
48     ./pcfor2.F
49     ./pcfore.F
50     ./pcma21.F
51     ./pcma22.F
52     ./pcma23.F
53     ./pcmaa0.F
54     ./pcmaar.F
55     ./pcmac1.F
56     ./pcmaco.F
57     ./pcmafa.F
58     ./pcmahe.F
59     ./pcmaig.F
60     ./pcmail.F
61     ./pcmamp.F
62     ./pcmanc.F
63     ./pcmano.F
64     ./pcmape.F
65     ./pcmapy.F
66     ./pcmaq0.F
67     ./pcmaqu.F
68     ./pcmar0.F
69     ./pcmar1.F
70     ./pcmar2.F
71     ./pcmar3.F
72     ./pcmarc.F
73     ./pcmat0.F
74     ./pcmate.F
75     ./pcmatr.F
76     ./pcmex0.F
77     ./pcmex1.F
78     ./pcmex2.F
79     ./pcmex3.F
80     ./pcmext.F
81     ./pcmmen.F
82     ./pcs0he.F
83     ./pcs0pe.F
84     ./pcs0qu.F
85     ./pcs0te.F
86     ./pcs0tr.F
87     ./pcs1ar.F
88     ./pcs1he.F
89     ./pcs1pe.F
90     ./pcs1qu.F
91     ./pcs2ar.F
92     ./pcs2h1.F
93     ./pcs2h2.F
94     ./pcs2h3.F
95     ./pcs2h4.F
96     ./pcs2h5.F
97     ./pcs2he.F
98     ./pcs2p1.F
99     ./pcs2p2.F
100     ./pcs2p3.F
101     ./pcs2p4.F
102     ./pcs2p5.F
103     ./pcs2p6.F
104     ./pcs2pe.F
105     ./pcs2qu.F
106     ./pcs2te.F
107     ./pcs2tr.F
108     ./pcs3tr.F
109     ./pcsar0.F
110     ./pcsar1.F
111     ./pcseh0.F
112     ./pcseh1.F
113     ./pcseh8.F
114     ./pcseh9.F
115     ./pcsehy.F
116     ./pcsehz.F
117     ./pcsep0.F
118     ./pcsep1.F
119     ./pcsep8.F
120     ./pcsep9.F
121     ./pcsepy.F
122     ./pcsepz.F
123     ./pcseq0.F
124     ./pcseq1.F
125     ./pcseq2.F
126     ./pcseq3.F
127     ./pcseq4.F
128     ./pcset0.F
129     ./pcset2.F
130     ./pcset4.F
131     ./pcset8.F
132     ./pcshe0.F
133     ./pcsi00.F
134     ./pcsiar.F
135     ./pcsihe.F
136     ./pcsipe.F
137     ./pcsiqu.F
138     ./pcsite.F
139     ./pcsitr.F
140     ./pcsmar.F
141     ./pcsoar.F
142     ./pcsohe.F
143     ./pcsolu.F
144     ./pcsono.F
145     ./pcsope.F
146     ./pcsoqu.F
147     ./pcsote.F
148     ./pcsotr.F
149     ./pcsovr.F
150     ./pcspe0.F
151     ./pcsprn.F
152     ./pcspt0.F
153     ./pcspt2.F
154     ./pcspt4.F
155     ./pcspt8.F
156     ./pcsptd.F
157     ./pcsptq.F
158     ./pcsptz.F
159     ./pcsqu0.F
160     ./pcsqug.F
161     ./pcsrc0.F
162     ./pcsrho.F
163     ./pcste0.F
164     ./pcsteg.F
165     ./pcstr0.F
166     ./pcstrg.F
167     )
168
169 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/AP_Conversion ../Includes_Generaux)
170
171 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
172
173 ADD_LIBRARY (AP_Conversion ${AP_Conversion_SOURCES})
174
175 INSTALL(TARGETS AP_Conversion EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})