diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-11 13:17:03 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-11 16:03:04 +0200 |
| commit | f597be870eec6d04de6bed0effa7dd23bcb72bf8 (patch) | |
| tree | 569ceeeef1bbf143b0d3a32ccf9a2fc716ff13e1 /cmake/Modules/GlibCompileResources.in | |
| download | turns-f597be870eec6d04de6bed0effa7dd23bcb72bf8.tar.xz turns-f597be870eec6d04de6bed0effa7dd23bcb72bf8.zip | |
initial commit
Diffstat (limited to 'cmake/Modules/GlibCompileResources.in')
| -rw-r--r-- | cmake/Modules/GlibCompileResources.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmake/Modules/GlibCompileResources.in b/cmake/Modules/GlibCompileResources.in new file mode 100644 index 0000000..2166c25 --- /dev/null +++ b/cmake/Modules/GlibCompileResources.in @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/@GLIB_RESOURCE_PREFIX@"> + @GLIB_RESOURCE_FILES@ + </gresource> +</gresources>
\ No newline at end of file |
