]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/Gestion_MTU/CMakeLists.txt
Salome HOME
fac6a3e0d292c3cffaa4f09bdd2575e135d5ba9e
[modules/homard.git] / src / tool / Gestion_MTU / 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 Gestion_MTU
20
21 SET(Gestion_MTU_SOURCES
22     ./gagpmc.F
23     ./gagpmf.F
24     ./gasgmc.F
25     ./gballo.F
26     ./gbalme.F
27     ./gbaloj.F
28     ./gbcara.F
29     ./gbdnoe.F
30     ./gbdnof.F
31     ./gbdtoj.F
32     ./gbgeno.F
33     ./gbitos.F
34     ./gblboj.F
35     ./gblibe.F
36     ./gbminu.F
37     ./gbntcr.F
38     ./gbntde.F
39     ./gbobal.F
40     ./gbpart.F
41     ./gbralo.F
42     ./gmadoj.F
43     ./gmalog.F
44     ./gmaloi.F
45     ./gmaloj.F
46     ./gmalor.F
47     ./gmalos.F
48     ./gmalot.F
49     ./gmatoj.F
50     ./gmcata.F
51     ./gmcmpr.F
52     ./gmcpal.F
53     ./gmcpgp.F
54     ./gmcpoj.F
55     ./gmdesa.F
56     ./gmdesg.F
57     ./gmdesi.F
58     ./gmdesr.F
59     ./gmdess.F
60     ./gmdmp.F
61     ./gmdmpg.F
62     ./gmdmpi.F
63     ./gmdmpr.F
64     ./gmdmps.F
65     ./gmdmpt.F
66     ./gmdtoj.F
67     ./gmecat.F
68     ./gmecpr.F
69     ./gmextg.F
70     ./gminfo.F
71     ./gminge.F
72     ./gmitob.F
73     ./gmlanm.F
74     ./gmlboj.F
75     ./gmliat.F
76     ./gmmaxi.F
77     ./gmmess.F
78     ./gmmod.F
79     ./gmmodg.F
80     ./gmmodi.F
81     ./gmmodr.F
82     ./gmmods.F
83     ./gmmoge.F
84     ./gmnomc.F
85     ./gmntve.F
86     ./gmobal.F
87     ./gmprot.F
88     ./gmprsx.F
89     ./gmsgoj.F
90     ./gmshfi.F
91     ./gmshfr.F
92     ./gmshfs.F
93     ./gmstat.F
94     ./gmstop.F
95     ./gmtyoj.F
96     ./gtbila.F
97     ./gtdems.F
98     ./gtfims.F
99     ./gtinfo.F
100     ./gtinit.F
101     ./gtlanm.F
102     ./gtmess.F
103     ./gtnoms.F
104     ./gtstop.F
105     ./gttabl.F
106     ./gubila.F
107     ./gucara.F
108     ./guenst.F
109     ./gufefi.F
110     ./guferm.F
111     ./gufeul.F
112     ./gufiul.F
113     ./guinfg.F
114     ./guinfo.F
115     ./guinfu.F
116     ./guinit.F
117     ./gulanm.F
118     ./gumess.F
119     ./gumoge.F
120     ./guoufs.F
121     ./guouge.F
122     ./gurbbu.F
123     ./gusost.F
124     ./gustat.F
125     ./gustop.F
126     ./gutabl.F
127     ./ugdhco.F
128     ./ugdhfc.F
129     ./ugdhlc.F
130     ./ugfia3.F
131     ./ugfino.F
132     ./uginit.F
133     ./uglanm.F
134     ./ugstop.F
135     ./ugtabl.F
136     ./ugtac2.F
137     ./ugtaci.F
138     ./ugtacl.F
139     ./ugtacr.F
140     ./ugtacs.F
141     )
142
143 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/Gestion_MTU ../Includes_Generaux)
144
145 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
146
147 ADD_LIBRARY (Gestion_MTU ${Gestion_MTU_SOURCES})
148
149 INSTALL(TARGETS Gestion_MTU EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})