From 0f4a50c4ba3fa1392d45bccf13e9de6b24c1cf14 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 27 Jan 2017 16:54:11 -0200 Subject: [PATCH] cmake: create and install 'checkme' files for libraries. --- cmake/helpers/EflMacros.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cmake/helpers/EflMacros.cmake b/cmake/helpers/EflMacros.cmake index a319902..9d44f41 100644 --- a/cmake/helpers/EflMacros.cmake +++ b/cmake/helpers/EflMacros.cmake @@ -1112,6 +1112,10 @@ function(EFL_LIB _target) install(FILES ${_public_eo_files} DESTINATION share/eolian/include/${_target}-${PROJECT_VERSION_MAJOR} ) + + file(WRITE ${CMAKE_BINARY_DIR}/share/${_target}/checkme "") + install(FILES ${CMAKE_BINARY_DIR}/share/${_target}/checkme DESTINATION share/${_target}) + # do not leak those into binaries, modules or tests unset(_sources) unset(_headers) -- 2.7.4