Salome HOME
Migration to OCCT > 6.9.0
[modules/kernel.git] / salome_adm / cmake_files / CMakeLists.txt
index caee7f68eaf530fcb75a1b398e18b4c23eb5c1a1..ed3f36a3dcab52d7fb72324cace00bb946ec87ca 100755 (executable)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  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
@@ -25,29 +25,35 @@ ADD_SUBDIRECTORY(deprecated)
 
 # These files are data, module or lib files
 SET(DATA
+  FindCAS.cmake
   FindCppUnit.cmake
   FindGraphviz.cmake
-  FindKERNEL.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  
-  InstallAndCompilePythonFile.cmake
+  FindSphinx.cmake
+  FindSalomeVTK.cmake
+  FindMEDFile.cmake
   UseOmniORB.cmake
   SalomeMacros.cmake
-  SalomeSetupPlatform.cmake  
+  SalomeSetupPlatform.cmake
 )
 INSTALL(FILES ${DATA} DESTINATION ${SALOME_INSTALL_CMAKE})