Salome HOME
f25b6d841f6033165bc5ea6f6536e2efea661cf5
[modules/homard.git] / src / tool / Information / 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 Information
20
21 SET(Information_SOURCES
22     ./inconv.F
23     ./infami.F
24     ./infc00.F
25     ./infc01.F
26     ./infc02.F
27     ./infc03.F
28     ./infc32.F
29     ./infc33.F
30     ./infc34.F
31     ./infc35.F
32     ./infc36.F
33     ./infc37.F
34     ./infca1.F
35     ./infca2.F
36     ./infcas.F
37     ./infcom.F
38     ./inffre.F
39     ./infoar.F
40     ./infofo.F
41     ./infohe.F
42     ./infomp.F
43     ./infono.F
44     ./infope.F
45     ./infopf.F
46     ./infopy.F
47     ./infoqu.F
48     ./infote.F
49     ./infotr.F
50     ./infova.F
51     ./infovi.F
52     ./infovo.F
53     ./infqen.F
54     ./infve0.F
55     ./infve1.F
56     ./infve2.F
57     ./infve3.F
58     ./infve4.F
59     ./infve5.F
60     ./infve6.F
61     ./infve7.F
62     ./infvec.F
63     ./ininfm.F
64     ./initer.F
65     ./inqur1.F
66     ./inqur2.F
67     ./inqure.F
68     )
69
70 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/Information ../Includes_Generaux)
71
72 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
73
74 ADD_LIBRARY (Information ${Information_SOURCES})
75
76 INSTALL(TARGETS Information EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})