Salome HOME
b2d2721170ad3ee606b97c0c6908e58d4ee8b1f6
[modules/homard.git] / src / tool / Suivi_Frontiere / 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 Suivi_Frontiere
20
21 SET(Suivi_Frontiere_SOURCES
22     ./sfbatr.F
23     ./sfbatt.F
24     ./sfcaf1.F
25     ./sfcaf2.F
26     ./sfcafr.F
27     ./sfcoaq.F
28     ./sfcofa.F
29     ./sfcoi1.F
30     ./sfcoin.F
31     ./sfcon1.F
32     ./sfcona.F
33     ./sfconq.F
34     ./sfconv.F
35     ./sfcot1.F
36     ./sfcot2.F
37     ./sfcotl.F
38     ./sfcovo.F
39     ./sfctri.F
40     ./sfcvco.F
41     ./sfcvgf.F
42     ./sfdefg.F
43     ./sffa01.F
44     ./sffa02.F
45     ./sffa03.F
46     ./sffa05.F
47     ./sffaf1.F
48     ./sffaf2.F
49     ./sffaf3.F
50     ./sffaff.F
51     ./sfgrf0.F
52     ./sfgrf1.F
53     ./sfgrf2.F
54     ./sfgrf3.F
55     ./sfgrfa.F
56     ./sfgrfb.F
57     ./sfgrou.F
58     ./sfindr.F
59     ./sflgeo.F
60     ./sflise.F
61     ./sfliso.F
62     ./sfmop2.F
63     ./sfnnfl.F
64     ./sfnofl.F
65     ./sfnuli.F
66     ./sfpop2.F
67     ./sfprep.F
68     ./sfseno.F
69     ./sfslin.F
70     ./sftqqu.F
71     ./sftqtr.F
72     )
73
74 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/Suivi_Frontiere ../Includes_Generaux)
75
76 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
77
78 ADD_LIBRARY (Suivi_Frontiere ${Suivi_Frontiere_SOURCES})
79
80 INSTALL(TARGETS Suivi_Frontiere EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})