diff --git a/qad/QADDeploy.cmake b/qad/QADDeploy.cmake index b683fb8..ee6663b 100644 --- a/qad/QADDeploy.cmake +++ b/qad/QADDeploy.cmake @@ -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}")