mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Set project version in app for correct display in Control Panel
This commit is contained in:
parent
f480082f3a
commit
729c117a1b
@ -25,7 +25,7 @@
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
project(app LANGUAGES CXX)
|
project(app LANGUAGES CXX VERSION ${PROJECT_VERSION})
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# C++ options
|
# C++ options
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(qmqtt VERSION 1.0.3)
|
project(qmqtt)
|
||||||
|
|
||||||
option(${PROJECT_NAME}_SHARED "Build a shared library. Turn off for static." OFF)
|
option(${PROJECT_NAME}_SHARED "Build a shared library. Turn off for static." OFF)
|
||||||
option(${PROJECT_NAME}_WEBSOCKETS "Enable WebSockets for MQTT" OFF)
|
option(${PROJECT_NAME}_WEBSOCKETS "Enable WebSockets for MQTT" OFF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user