diff options
| author | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-29 15:30:09 +1000 |
|---|---|---|
| committer | Soramane <61896496+soramanew@users.noreply.github.com> | 2025-08-29 15:30:09 +1000 |
| commit | be5748dff333adc6ec1180ada68fce58e9798af0 (patch) | |
| tree | e8ed10d7eb1785711e4d2ecc97c5736e84c23f7d /plugin/CMakeLists.txt | |
| parent | lib: add version script (diff) | |
| download | caelestia-shell-be5748dff333adc6ec1180ada68fce58e9798af0.tar.gz caelestia-shell-be5748dff333adc6ec1180ada68fce58e9798af0.tar.bz2 caelestia-shell-be5748dff333adc6ec1180ada68fce58e9798af0.zip | |
nix: fix + expose lib stuff
Also format
Diffstat (limited to 'plugin/CMakeLists.txt')
| -rw-r--r-- | plugin/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index a7b176b..a493c32 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -1,4 +1,3 @@ -cmake_minimum_required(VERSION 3.19) find_package(Qt6 REQUIRED COMPONENTS Core Qml) if(QT_KNOWN_POLICY_QTP0001) |