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:
parent
55081d2179
commit
bf4259b229
|
@ -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)
|
if(APPLE)
|
||||||
set_target_properties(${PROJECT_NAME} PROPERTIES
|
set_target_properties(${PROJECT_NAME} PROPERTIES
|
||||||
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")
|
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user