From 6ea69eca6817aead20a2cb87cdd08ab8e9a173cd Mon Sep 17 00:00:00 2001 From: Makman2 Date: Fri, 5 Nov 2021 01:24:06 +0100 Subject: [PATCH] README: Fix typo and variable name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c498894..4c1f21f 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ compile_gresources(RESOURCE_FILE What does this snippet do? First it sets some resource files to pack into a resource file. They are located in the source directory passed to CMake at -invocation (`CMAKE_CURENT_SOURCE_DIR`). +invocation (`CMAKE_CURRENT_LIST_DIR`). After that we compile the resources. Means we generate a *.gresource.xml*-file (it's path is put inside the `XML_OUT` variable) automatically from our `RESOURCE_LIST` and create a custom command that compiles the generated