mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +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
|
@ -36,6 +36,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
|
||||
)
|
||||
|
@ -114,6 +116,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