mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-24 21:37:46 +00:00
12 lines
No EOL
298 B
CMake
12 lines
No EOL
298 B
CMake
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
qtkeychain
|
|
GIT_REPOSITORY https://github.com/frankosterfeld/qtkeychain.git
|
|
GIT_TAG v0.12.0
|
|
)
|
|
|
|
set(BUILD_WITH_QT6 ON CACHE BOOL "" FORCE)
|
|
set(QTKEYCHAIN_STATIC ON CACHE BOOL "" FORCE)
|
|
|
|
FetchContent_MakeAvailable(qtkeychain) |