On Sun, Oct 30, 2011 at 3:14 PM, Robert Dailey <rcdai...@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
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to