Skip to content

Commit

Permalink
README: Fix typo and variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Makman2 committed Nov 5, 2021
1 parent e875251 commit 6ea69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ea69ec

Please sign in to comment.