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