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.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/ui/res/CMakeLists.txt b/ui/res/CMakeLists.txt
deleted file mode 100644
index 340232a..0000000
--- a/ui/res/CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-add_library("ui-res" OBJECT)
-
-target_link_libraries("ui-res" PRIVATE
- "PkgConfig::giomm"
-)
-
-set(UI_FILES
- "widgets/participant_row.ui"
- "widgets/preferences.ui"
- "widgets/turn_order_view.ui"
- "windows/participant_editor.ui"
- "windows/tracker.ui"
-)
-
-target_add_glib_resources("ui-res"
- PREFIX "/"
- UI_FILES ${UI_FILES}
-)
-
-enable_coverage("ui-res") \ No newline at end of file