]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/ES_HOMARD/CMakeLists.txt
Salome HOME
a87642aaf0f19c244598a262e703484357e19095
[modules/homard.git] / src / tool / ES_HOMARD / 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 ES_HOMARD
20
21 SET(ES_HOMARD_SOURCES
22     ./esece0.F
23     ./esece1.F
24     ./esece2.F
25     ./esecen.F
26     ./esecf0.F
27     ./esecfd.F
28     ./esecfe.F
29     ./esecfs.F
30     ./esecig.F
31     ./esecn1.F
32     ./esecno.F
33     ./esecs1.F
34     ./esecs2.F
35     ./esecs3.F
36     ./esecs4.F
37     ./esecs5.F
38     ./esecsu.F
39     ./esemh0.F
40     ./esemh1.F
41     ./esemh2.F
42     ./esemho.F
43     ./esle01.F
44     ./esle02.F
45     ./esle03.F
46     ./eslee0.F
47     ./eslee1.F
48     ./eslee2.F
49     ./esleen.F
50     ./eslefe.F
51     ./eslen1.F
52     ./esleno.F
53     ./eslmh1.F
54     ./eslmh2.F
55     ./eslmh3.F
56     ./eslmh4.F
57     ./eslmh5.F
58     ./eslmh6.F
59     ./eslmh7.F
60     ./eslmho.F
61     )
62
63 INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR}/src/tool/ES_HOMARD ../Includes_Generaux)
64
65 SET ( CMAKE_Fortran_FLAGS "-ffixed-line-length-0 -fdefault-double-8 -fdefault-real-8 -fdefault-integer-8 -fimplicit-none -O2" )
66
67 ADD_LIBRARY (ES_HOMARD ${ES_HOMARD_SOURCES})
68
69 INSTALL(TARGETS ES_HOMARD EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS})