barbieri pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=0f4a50c4ba3fa1392d45bccf13e9de6b24c1cf14
commit 0f4a50c4ba3fa1392d45bccf13e9de6b24c1cf14 Author: Gustavo Sverzut Barbieri <[email protected]> Date: Fri Jan 27 16:54:11 2017 -0200 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) --
