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

This commit is contained in:
2020-03-16 11:55:35 +00:00
parent 24a60e288b
commit 02f61ba532

View File

@@ -1,4 +1,6 @@
# create make target "deploy"
#
# use "CMAKE_OTOOL" or "CMAKE_OBJDUMP" variable,
# depends on target platform
# use "RELEASE_DIR" variable, where can be found
@@ -7,8 +9,6 @@
# can use "DEPLOY_ADD_LIBPATH" variable as additional
# library search path
#
# create make target "deploy"
#
macro(deploy_target _T full_app_name version icon label copyright info)
get_filename_component(_ICON_NAME "${icon}" NAME)
get_filename_component(_ICON_FN "${icon}" ABSOLUTE BASE_DIR "${CMAKE_CURRENT_SOURCE_DIR}")