summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-module/CMakeLists.txt')
-rw-r--r--raveos-calamares-module/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/raveos-calamares-module/CMakeLists.txt b/raveos-calamares-module/CMakeLists.txt
new file mode 100644
index 0000000..cd8a86d
--- /dev/null
+++ b/raveos-calamares-module/CMakeLists.txt
@@ -0,0 +1,7 @@
+cmake_minimum_required(VERSION 3.16)
+project(raveos-calamares-module-wifi LANGUAGES CXX)
+
+find_package(KF6CoreAddons REQUIRED)
+find_package(Calamares REQUIRED)
+
+add_subdirectory(wifi)