[CMake] commands

Dave Yost Dave at Yost.com
Tue Apr 7 20:37:14 EDT 2015


Learning and understanding cmake would be a lot easier if the cmake-commands <http://www.cmake.org/cmake/help/v3.2/manual/cmake-commands.7.html> page would have two columns.

On the left, the alphabetic listing, available now.

On the right, commands grouped by category. Here’s a category:
if <http://www.cmake.org/cmake/help/v3.2/command/if.html>
elseif <http://www.cmake.org/cmake/help/v3.2/command/elseif.html>
else <http://www.cmake.org/cmake/help/v3.2/command/else.html>
endif <http://www.cmake.org/cmake/help/v3.2/command/endif.html>
foreach <http://www.cmake.org/cmake/help/v3.2/command/foreach.html>
endforeach <http://www.cmake.org/cmake/help/v3.2/command/endforeach.html>
while <http://www.cmake.org/cmake/help/v3.2/command/while.html>
endwhile <http://www.cmake.org/cmake/help/v3.2/command/endwhile.html>
continue <http://www.cmake.org/cmake/help/v3.2/command/continue.html>
break <http://www.cmake.org/cmake/help/v3.2/command/break.html>
function <http://www.cmake.org/cmake/help/v3.2/command/function.html>
endfunction <http://www.cmake.org/cmake/help/v3.2/command/endfunction.html>
macro <http://www.cmake.org/cmake/help/v3.2/command/macro.html>
endmacro <http://www.cmake.org/cmake/help/v3.2/command/endmacro.html>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20150407/952f25e5/attachment-0001.html>


More information about the CMake mailing list