2013-06-09 00:00:00 -0700

CMake Advanced


A good plan violently executed now is better than a perfect plan executed next week.

George S. Patton

here are all the CMake functions I forget how to use inbetween projects.

flow of control

Generators

Installing

Testing

enable_testing()

add_test(namearg1 arg2 …)

Testing with a framework

find_package

search for the package name, sets up vars to each package


comments powered by Disqus