X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=salome_adm%2Fcmake_files%2FCMakeLists.txt;h=ed3f36a3dcab52d7fb72324cace00bb946ec87ca;hb=4741afe234577c22bcf8447a79baa99d7d5780d8;hp=d78a6f18dd8961e792f59af3c781650a017fe58b;hpb=991804e5e6def86ec8f17019e3dab9f3785431ba;p=modules%2Fkernel.git diff --git a/salome_adm/cmake_files/CMakeLists.txt b/salome_adm/cmake_files/CMakeLists.txt index d78a6f18d..ed3f36a3d 100755 --- a/salome_adm/cmake_files/CMakeLists.txt +++ b/salome_adm/cmake_files/CMakeLists.txt @@ -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 @@ -17,34 +17,45 @@ # 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})