Salome HOME
Homard executable
[modules/homard.git] / src / tool / AV_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 AV_Conversion
20
21 SET(AV_Conversion_SOURCES
22     ./vccfam.F
23     ./vccfca.F
24     ./vccfcf.F
25     ./vccfnc.F
26     ./vcequ1.F
27     ./vcequ2.F
28     ./vcequ3.F
29     ./vcequ4.F
30     ./vcequ5.F
31     ./vcequ6.F
32     ./vcequ7.F
33     ./vcequa.F
34     ./vcequi.F
35     ./vcequn.F
36     ./vcfia0.F
37     ./vcfia1.F
38     ./vcfia2.F
39     ./vcfia3.F
40     ./vcfia4.F
41     ./vcfiad.F
42     ./vcind0.F
43     ./vcind1.F
44     ./vcind2.F
45     ./vcind3.F
46     ./vcindi.F
47     ./vcinr1.F
48     ./vcinr2.F
49     ./vcinrr.F
50     ./vcmaco.F
51     ./vcmafa.F
52     ./vcmaig.F
53     ./vcmail.F
54     ./vcmar0.F
55     ./vcmare.F
56     ./vcme21.F
57     ./vcme22.F
58     ./vcme23.F
59     ./vcme24.F
60     ./vcme25.F
61     ./vcme26.F
62     ./vcme27.F
63     ./vcme28.F
64     ./vcme29.F
65     ./vcme30.F
66     ./vcme31.F
67     ./vcme32.F
68     ./vcmex0.F
69     ./vcmex1.F
70     ./vcmex2.F
71     ./vcmexa.F
72     ./vcmexb.F
73     ./vcmexd.F
74     ./vcmext.F
75     ./vcmfac.F
76     ./vcmmen.F
77     ./vcmmpo.F
78     ./vcmnc1.F
79     ./vcmnc2.F
80     ./vcmnc3.F
81     ./vcmnc4.F
82     ./vcmnco.F
83     ./vcmnoe.F
84     ./vcmre0.F
85     ./vcmren.F
86     ./vcms20.F
87     ./vcms21.F
88     ./vcms22.F
89     ./vcms2d.F
90     ./vcmver.F
91     ./vcori1.F
92     ./vcori2.F
93     ./vcorie.F
94     ./vcsfal.F
95     ./vcsfas.F
96     ./vcsfin.F
97     ./vcsfl0.F
98     ./vcsflg.F
99     ./vcsfli.F
100     ./vcsfll.F
101     ./vcvar1.F
102     ./vcvar2.F
103     ./vcvos1.F
104     ./vcvos2.F
105     )
106
107 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/AV_Conversion ../Includes_Generaux)
108
109 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
110
111 ADD_LIBRARY (AV_Conversion ${AV_Conversion_SOURCES})
112
113 INSTALL(TARGETS AV_Conversion EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})