close
Skip to content

Tags: delcypher/cmake-tutorial

Tags

5-add-documentation-build-option

Toggle 5-add-documentation-build-option's commit message
Add ENABLE_DOCS to enable/disable creation of doxygen build

target.

4-add-doxygen

Toggle 4-add-doxygen's commit message
Add documentation generation (via doxygen) support.

Run ``make doxygen`` to build.

3-installable-targets

Toggle 3-installable-targets's commit message
Made project executable, libraries and header files installable.

2-link-with-boost

Toggle 2-link-with-boost's commit message
Added demonstration of linking with external library Boost

program_options

1-simple-cmake

Toggle 1-simple-cmake's commit message
Added very simple CMake build system.

0-begin

Toggle 0-begin's commit message
Initial commit. We have source files but no build system.