corrade-rc: allow shorthand filename specification #163
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thought this was a quickie to whip up after 9ef4b4a but ultimately it wasn't, as always, and I ran out of time allocated for "random stuff".
If no
alias
,nullTerminated
oralign
options are needed or the global values are sufficient, having to write a[file]
section for each file is overly verbose. This allows to specifyfilename
options directly in the global configuration section.It's
filename
and notfile
in order to not have to further complicate the CMake parsing routine that extract dependency information from the file -- this way it doesn't even need to be changed.Things left to do:
alias
in this scenario)