summaryrefslogtreecommitdiff
path: root/plugin/CMakeLists.txt
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-26 23:52:17 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-26 23:52:17 +1000
commit01d7f69551966b7a317393fffeebdf5775d6df12 (patch)
tree01c8007b282334a6cfdb47b4967c98ccaf49aee6 /plugin/CMakeLists.txt
parentinternal: use systemd-inhibit (diff)
downloadcaelestia-shell-01d7f69551966b7a317393fffeebdf5775d6df12.tar.gz
caelestia-shell-01d7f69551966b7a317393fffeebdf5775d6df12.tar.bz2
caelestia-shell-01d7f69551966b7a317393fffeebdf5775d6df12.zip
internal: build via cmake
Diffstat (limited to 'plugin/CMakeLists.txt')
-rw-r--r--plugin/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index 29612d8..a493c32 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -1,19 +1,9 @@
-cmake_minimum_required(VERSION 3.19)
-project(Caelestia VERSION "0.0.1")
-
-set(QT_MIN_VERSION "6.9.0")
-set(CMAKE_CXX_STANDARD 20)
-set(CMAKE_CXX_STANDARD_REQUIRED ON)
-
-add_compile_options(-Wall -Wextra)
-
find_package(Qt6 REQUIRED COMPONENTS Core Qml)
if(QT_KNOWN_POLICY_QTP0001)
qt_policy(SET QTP0001 NEW)
endif()
-set(INSTALL_QMLDIR "" CACHE STRING "QML install dir")
set(QT_QML_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/qml")
qt_standard_project_setup()
add_subdirectory(src/Caelestia)