git-svn-id: svn://db.shs.com.ru/libs@757 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-09 13:53:10 +00:00
parent 215691a5ed
commit 19fe0c750b
5 changed files with 58 additions and 1 deletions

View File

@@ -166,3 +166,15 @@ if(WIN32)
set(CMAKES "FindMinGW.cmake")
install(FILES ${CMAKES} DESTINATION ${CMAKE_ROOT}/Modules)
endif()
#if (APPLE AND CMAKE_CROSSCOMPILING)
foreach(_T ${_ALL_TARGETS})
set_property(TARGET ${_T} PROPERTY _OUTPUT $<TARGET_FILE:${_T}>)
get_property(_TIP TARGET ${_T} PROPERTY _OUTPUT)
#message("${_T} -> ${_TIP}")
#execute_process(COMMAND "echo" "123")
#set(_TIP $<TARGET_FILE_NAME:${_T}>)
#install(CODE "MESSAGE(\"Sample install message.\")")
endforeach()
#endif()
message("${CMAKE_ABSOLUTE_DESTINATION_FILES}")