Files
cmake-examples/01-basic
2015-11-28 10:32:20 +00:00
..
2015-11-22 14:39:03 +00:00
2015-11-22 14:36:32 +00:00
2015-11-22 14:36:32 +00:00
2015-11-22 14:22:12 +00:00
2015-11-22 23:40:53 +00:00
2015-11-22 23:40:53 +00:00
2015-11-23 23:15:31 +00:00

= Basic Examples

The basic examples in this directory show how the setup a CMake project,
set compile flags, create executables and libraries, and install them.

The examples included are

  - hello-cmake. A hello world example.
  - hello-headers. A slighly more complicated hello world example, with using Hello class and seperate source and include folders.
  - shared-library. An example using a shared library.
  - static-library. An example using a static library.
  - installing. Shows how to create a 'make install' target to install the binaries and libraries
  - build-type. An example showing how to set a default build type of your project.
  - compile-flags. Shows how to set compile flags