[CMake] Need a full list of reserved words
John Drescher
drescherjm at gmail.com
Sun Oct 30 15:23:25 EDT 2011
On Sun, Oct 30, 2011 at 3:14 PM, Robert Dailey <rcdailey at gmail.com> wrote:
> I'm trying to help the Notepad++ author update his list of keywords for
> CMake since it is pretty out of date, however I don't want to manually have
> to type up a list of all commands, variables, properties, and
> options/parameters.
> Is there a list of everything in the CMake source code someone can just
> paste here? I can then send that on to the Notepad++ developers to get the
> list updated.
> Thanks!
>
You can do a
cmake --help-command-list
cmake --help-variable-list
cmake --help-property-list
to get this answer.
John
More information about the CMake
mailing list