Thanks, this is awesome and gets me most of what I need. I&#39;m missing one more thing though.<div><br></div><div>I need a list of all reserved words used in all commands as parameters. For example:</div><div><br></div><div>
list( APPEND )</div><div><br></div><div>&quot;APPEND&quot; here is a reserved word. There are also some for set_target_properties(), and many others.</div><div><br></div><div>I need a list of all of these, across all commands.<br clear="all">
<div><br></div><div>---------</div>Robert Dailey<br>
<br><br><div class="gmail_quote">On Sun, Oct 30, 2011 at 2:23 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Sun, Oct 30, 2011 at 3:14 PM, Robert Dailey &lt;<a href="mailto:rcdailey@gmail.com">rcdailey@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;m trying to help the Notepad++ author update his list of keywords for<br>
&gt; CMake since it is pretty out of date, however I don&#39;t want to manually have<br>
&gt; to type up a list of all commands, variables, properties, and<br>
&gt; options/parameters.<br>
&gt; Is there a list of everything in the CMake source code someone can just<br>
&gt; paste here? I can then send that on to the Notepad++ developers to get the<br>
&gt; list updated.<br>
&gt; Thanks!<br>
&gt;<br>
<br>
</div></div>You can do a<br>
<br>
cmake --help-command-list<br>
<br>
cmake --help-variable-list<br>
<br>
cmake --help-property-list<br>
<br>
to get this answer.<br>
<font color="#888888"><br>
John<br>
</font></blockquote></div><br></div>