mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 15:47:26 +00:00
docs: Document release tags for use in cmake
This commit is contained in:
parent
408577a68c
commit
64022bf0bd
4 changed files with 10 additions and 0 deletions
|
@ -57,6 +57,8 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
# `release/1` will auto-upgrade to the latest Slint >= 1.0.0 and < 2.0.0
|
||||
# `release/1.0` will auto-upgrade to the latest Slint >= 1.0.0 and < 1.1.0
|
||||
GIT_TAG release/1
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
|
|
|
@ -24,6 +24,8 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Slint
|
||||
GIT_REPOSITORY https://github.com/slint-ui/slint.git
|
||||
# `release/1` will auto-upgrade to the latest Slint >= 1.0.0 and < 2.0.0
|
||||
# `release/1.0` will auto-upgrade to the latest Slint >= 1.0.0 and < 1.1.0
|
||||
GIT_TAG release/1
|
||||
SOURCE_SUBDIR api/cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue