summaryrefslogtreecommitdiff
path: root/ui/res/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ui/res/CMakeLists.txt')
-rw-r--r--ui/res/CMakeLists.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/ui/res/CMakeLists.txt b/ui/res/CMakeLists.txt
new file mode 100644
index 0000000..94d41ef
--- /dev/null
+++ b/ui/res/CMakeLists.txt
@@ -0,0 +1,23 @@
+add_library("ui-res" OBJECT)
+
+target_link_libraries("ui-res" PRIVATE
+ "PkgConfig::giomm"
+)
+
+set(UI_FILES
+ "widgets/participant_row.ui"
+ "widgets/turn_order_view.ui"
+ "windows/participant_editor.ui"
+ "windows/tracker.ui"
+)
+
+export_cambalache_files("ui.cmb"
+ UI_FILES ${UI_FILES}
+)
+
+target_add_glib_resources("ui-res"
+ PREFIX "/"
+ UI_FILES ${UI_FILES}
+)
+
+enable_coverage("ui-res") \ No newline at end of file