Add a basic sub-project example

This commit is contained in:
ttroy50
2015-11-23 23:15:31 +00:00
parent 43965819c4
commit 4eaf503ac7
12 changed files with 266 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
The basic examples in this directory show how the setup a CMake project,
set compile flags, create executables and libraries, and install them.
create an executable. The examples included are
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.