diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-29 14:00:29 +0200 |
| commit | 1d74095f77cc19ba4886d502bbb7a290f9874c9f (patch) | |
| tree | 720d8627c073ab86ed19649c216e988db3a8efd7 /ui/res/CMakeLists.txt | |
| parent | ef0d0c5bbc4bdbe176a4bc83c352ffa2bd854922 (diff) | |
| download | turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.tar.xz turns-1d74095f77cc19ba4886d502bbb7a290f9874c9f.zip | |
ui: move UI builder files
Diffstat (limited to 'ui/res/CMakeLists.txt')
| -rw-r--r-- | ui/res/CMakeLists.txt | 20 |
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 |
