From 8e94c144b376015cf67750bbf2727204c4bb213b Mon Sep 17 00:00:00 2001 From: nippy Date: Sun, 12 Apr 2026 16:43:55 +0200 Subject: update Live --- raveos-calamares-module/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 raveos-calamares-module/CMakeLists.txt (limited to 'raveos-calamares-module/CMakeLists.txt') 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) -- cgit v1.3