From 1d74095f77cc19ba4886d502bbb7a290f9874c9f Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 14:00:29 +0200 Subject: ui: move UI builder files --- ui/res/CMakeLists.txt | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ui/res/CMakeLists.txt (limited to 'ui/res/CMakeLists.txt') 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 -- cgit v1.2.3