This exmaple illustrates how to set up a basic project structure with cmake.
Advices and Needs are welcome!
Please read a recommended Turorial for CMake first.
##Build & Install
cd build
cmake ..
make install
by default, targets will be installed to ${HOME}/installed_cmake_example