]> SALOME platform Git repositories - tools/medcoupling.git/blobdiff - adm_local_without_kernel/CMakeLists.txt
Salome HOME
Correction of bug found thanks to MEDReader. ZE TEST !
[tools/medcoupling.git] / adm_local_without_kernel / CMakeLists.txt
index 86c99f919e731e3c0a1dbf8ccdddec7d97882502..3d30d14bf17087994b238e22bed7b6064fe3e001 100755 (executable)
@@ -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})