CMake: grammar
This commit is contained in:
parent
dd38594d39
commit
9bab41e43d
|
@ -28,7 +28,7 @@ macro(mingw_resource_compiler _NAME)
|
||||||
add_custom_command(OUTPUT ${_OUT}
|
add_custom_command(OUTPUT ${_OUT}
|
||||||
COMMAND windres.exe
|
COMMAND windres.exe
|
||||||
ARGS ${_ARGS}
|
ARGS ${_ARGS}
|
||||||
COMMENT "Compiling ${_NAME} resource file."
|
COMMENT "Compiling ${_NAME}'s resource file"
|
||||||
VERBATIM)
|
VERBATIM)
|
||||||
|
|
||||||
# Set a NAME_RESOURCES variable
|
# Set a NAME_RESOURCES variable
|
||||||
|
|
Loading…
Reference in New Issue