X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=adm_local_without_kernel%2FCMakeLists.txt;h=9f7752c9fd97cc80094e46503110ad7b87742892;hb=c0b6fe6fdc69d3479819bf7b530c1761cf665e30;hp=1575c37e79ec784857bdf27fe5101e1b42253f82;hpb=293a6104470482e450701aa8061d9b244f2057d5;p=tools%2Fmedcoupling.git diff --git a/adm_local_without_kernel/CMakeLists.txt b/adm_local_without_kernel/CMakeLists.txt index 1575c37e7..9f7752c9f 100755 --- a/adm_local_without_kernel/CMakeLists.txt +++ b/adm_local_without_kernel/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2007-2012 CEA/DEN, EDF R&D +# Copyright (C) 2012-2015 CEA/DEN, EDF R&D # # 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 @@ -21,4 +21,7 @@ SET(input ${CMAKE_CURRENT_SOURCE_DIR}/SALOMEconfig.h.in) SET(output ${CMAKE_CURRENT_BINARY_DIR}/SALOMEconfig.h) MESSAGE(STATUS "Creation of ${output}") CONFIGURE_FILE(${input} ${output}) -INSTALL(FILES ${output} DESTINATION ${MED_salomeinclude_HEADERS}) +INSTALL(FILES ${output} DESTINATION ${SALOME_INSTALL_HEADERS}) + +FILE(GLOB CMAKE_CONFIG_FILES "${CMAKE_CURRENT_SOURCE_DIR}/cmake_files/*.cmake") +INSTALL(FILES ${CMAKE_CONFIG_FILES} DESTINATION ${SALOME_INSTALL_CMAKE_LOCAL})