summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/welcome/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-module/welcome/CMakeLists.txt')
-rw-r--r--raveos-calamares-module/welcome/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/raveos-calamares-module/welcome/CMakeLists.txt b/raveos-calamares-module/welcome/CMakeLists.txt
new file mode 100644
index 0000000..e2b3f5b
--- /dev/null
+++ b/raveos-calamares-module/welcome/CMakeLists.txt
@@ -0,0 +1,16 @@
+find_package(Qt6 REQUIRED COMPONENTS Widgets)
+
+calamares_add_plugin(ravewelcome
+ TYPE viewmodule
+ EXPORT_MACRO PLUGINDLLEXPORT_PRO
+ SOURCES
+ RaveWelcomeViewStep.cpp
+ LINK_LIBRARIES
+ Qt6::Widgets
+ Calamares::calamares
+)
+
+install(
+ FILES module.desc ravewelcome.conf
+ DESTINATION lib/calamares/modules/ravewelcome
+)