1
0
Fork 0

Add install target

This commit is contained in:
wangqr 2019-05-17 14:46:07 -04:00
parent b7c640d061
commit 4c6d370d51
1 changed files with 5 additions and 0 deletions

View File

@ -567,3 +567,8 @@ if (uchardet_FOUND)
endif(uchardet_FOUND)
#ifdef WITH_UPDATE_CHECKER
if (NOT WIN32)
set_target_properties(Aegisub PROPERTIES OUTPUT_NAME aegisub)
endif (NOT WIN32)
install (TARGETS Aegisub RENAME aegisub DESTINATION bin)