1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): make cmake update version

This commit is contained in:
Zetok Zalbavar 2017-02-11 06:33:04 +00:00
parent 55081d2179
commit bf4259b229
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -4,6 +4,11 @@
#
################################################################################
# set correct version to update files
set(QTOX_VERSION "1.8.1")
execute_process(COMMAND ${CMAKE_SOURCE_DIR}/tools/update-versions.sh
${QTOX_VERSION})
if(APPLE)
set_target_properties(${PROJECT_NAME} PROPERTIES
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")