Salome HOME
Migration to OCCT > 6.9.0
[modules/kernel.git] / salome_adm / cmake_files / CMakeLists.txt
index d78a6f18dd8961e792f59af3c781650a017fe58b..ed3f36a3dcab52d7fb72324cace00bb946ec87ca 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
+ADD_SUBDIRECTORY(deprecated)
+
 # ===============================================================
 # Files to be installed
 # ===============================================================
 
 # These files are data, module or lib files
 SET(DATA
-  am2cmake.py
-  FindBOOST.cmake
-  FindCPPUNIT.cmake
-  FindDOXYGEN.cmake
-  FindHDF5.cmake
-  FindKERNEL.cmake
-  FindLIBBATCH.cmake
-  FindLIBXML2.cmake
-  FindMPI.cmake
-  FindOMNIORB.cmake
-  UseOMNIORB.cmake
-  FindPLATFORM.cmake
-  FindPTHREADS.cmake
-  FindPYTHON.cmake
-  FindSWIG.cmake
-  FindSPHINX.cmake
-  install_python_from_idl.cmake
-  install_and_compile_python_file.cmake
-  InstallAndCompilePythonFile.cmake
+  FindCAS.cmake
+  FindCppUnit.cmake
+  FindGraphviz.cmake
+  FindSalomeKERNEL.cmake
+  FindOmniORB.cmake
+  FindOmniORBPy.cmake
+  FindPThread.cmake
+  FindSalomeBoost.cmake
+  FindSalomeCAS.cmake
+  FindSalomeCppUnit.cmake
+  FindSalomeDoxygen.cmake
+  FindSalomeGraphviz.cmake
+  FindSalomeHDF5.cmake
+  FindSalomeLibBatch.cmake
+  FindSalomeLibXml2.cmake
+  FindSalomeMEDFile.cmake
+  FindSalomeMPI.cmake
+  FindSalomeOmniORB.cmake
+  FindSalomeOmniORBPy.cmake
+  FindSalomePThread.cmake
+  FindSalomePython.cmake
+  FindSalomeSphinx.cmake
+  FindSalomeSWIG.cmake
+  FindSphinx.cmake
+  FindSalomeVTK.cmake
+  FindMEDFile.cmake
+  UseOmniORB.cmake
   SalomeMacros.cmake
+  SalomeSetupPlatform.cmake
 )
-INSTALL(FILES ${DATA} DESTINATION ${KERNEL_salomeadmcmake})
+INSTALL(FILES ${DATA} DESTINATION ${SALOME_INSTALL_CMAKE})
 
 # These files are executable scripts
-SALOME_INSTALL_SCRIPTS(prepare_generating_doc.py ${KERNEL_salomescript_SCRIPTS})
+SALOME_INSTALL_SCRIPTS(prepare_generating_doc.py ${SALOME_INSTALL_SCRIPT_SCRIPTS})