Salome HOME
89bb1f9fb37c557fabe8a891d058d8e6a5e33fb0
[modules/kernel.git] / salome_adm / cmake_files / CMakeLists.txt
1 # Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
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.
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
20 ADD_SUBDIRECTORY(deprecated)
21
22 # ===============================================================
23 # Files to be installed
24 # ===============================================================
25
26 # These files are data, module or lib files
27 SET(DATA
28   FindCppUnit.cmake
29   FindGraphviz.cmake
30   FindSalomeKERNEL.cmake
31   FindOmniORB.cmake
32   FindOmniORBPy.cmake
33   FindPThread.cmake
34   FindSalomeBoost.cmake
35   FindSalomeCppUnit.cmake
36   FindSalomeDoxygen.cmake
37   FindSalomeGraphviz.cmake
38   FindSalomeHDF5.cmake
39   FindSalomeLibBatch.cmake
40   FindSalomeLibXml2.cmake
41   FindSalomeMEDfile.cmake
42   FindSalomeMPI.cmake
43   FindSalomeOmniORB.cmake
44   FindSalomeOmniORBPy.cmake
45   FindSalomePThread.cmake
46   FindSalomePython.cmake
47   FindSalomeSphinx.cmake
48   FindSalomeSWIG.cmake
49   FindSphinx.cmake  
50   FindMEDFILE.cmake
51   InstallAndCompilePythonFile.cmake
52   UseOmniORB.cmake
53   SalomeMacros.cmake
54   SalomeSetupPlatform.cmake  
55 )
56 INSTALL(FILES ${DATA} DESTINATION ${SALOME_INSTALL_CMAKE})
57
58 # These files are executable scripts
59 SALOME_INSTALL_SCRIPTS(prepare_generating_doc.py ${SALOME_INSTALL_SCRIPT_SCRIPTS})