diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 11:58:39 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-05-24 11:58:39 +0200 |
| commit | 72ab1fb4c1bf363f46470816d8b914a78ac493c4 (patch) | |
| tree | 27349a1bacbab4ea698be35d2d3d9b5184b15ca1 /gui/style/CMakeLists.txt | |
| parent | b7f2ff4d991ae068f7834bf8e565f6261bf7fff1 (diff) | |
| download | turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.tar.xz turns-72ab1fb4c1bf363f46470816d8b914a78ac493c4.zip | |
gui: restructure file layout and apply licenses
Diffstat (limited to 'gui/style/CMakeLists.txt')
| -rw-r--r-- | gui/style/CMakeLists.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gui/style/CMakeLists.txt b/gui/style/CMakeLists.txt deleted file mode 100644 index 8ddbae8..0000000 --- a/gui/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") |
