Source: /cirosantilli/cmake

= CMake
{c}
{wiki}

Examples under \a[cmake]:
* \a[cmake/hello]: just print a message in CMake itself and exit. No compilation.
* \a[cmake/hello_c]: C hello world
* \a[cmake/option]: `set()` and `option()` basic examples
* \a[cmake/multi_executable]
* \a[cmake/multi_file]
* \a[cmake/multi_file_recursive]
* \a[cmake/shared_lib_external]