diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 14:04:27 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-23 14:04:27 +0200 |
| commit | 5d8f799a1171f92054d4b45ba130cd7fdad0bd01 (patch) | |
| tree | 0f51290b3a60d71d25d7a49b66d5bd54dd7a4156 /style/CMakeLists.txt | |
| parent | c45004b73bb045328a724d1d860df6d1515af6d4 (diff) | |
| download | turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.tar.xz turns-5d8f799a1171f92054d4b45ba130cd7fdad0bd01.zip | |
app: prepare restructuring
Diffstat (limited to 'style/CMakeLists.txt')
| -rw-r--r-- | style/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/style/CMakeLists.txt b/style/CMakeLists.txt deleted file mode 100644 index 8ddbae8..0000000 --- a/style/CMakeLists.txt +++ /dev/null @@ -1,18 +0,0 @@ -add_library("style") - -add_library("turns::style" ALIAS "style") - -target_add_glib_resources("style" - PREFIX "ch/arknet/Turns" - CSS_FILES - "style.css" - "style-dark.css" -) - -target_link_libraries("style" PUBLIC - "PkgConfig::giomm" - PRIVATE - "$<$<AND:$<CXX_COMPILER_ID:GNU,Clang>,$<CONFIG:Debug>>:gcov>" -) - -enable_coverage("style") |
