mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
fb5d6581ec
Add ScreenPlayWeather
11 lines
266 B
CMake
11 lines
266 B
CMake
cmake_minimum_required(VERSION 3.16.0)
|
|
|
|
include(FetchContent)
|
|
|
|
FetchContent_Declare(
|
|
qml-plausible
|
|
GIT_REPOSITORY https://gitlab.com/kelteseth/qml-plausible.git
|
|
GIT_TAG 00398446c7a2882a11d34c007a1ed8205c72e123)
|
|
|
|
FetchContent_MakeAvailable(qml-plausible)
|