Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 366 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 366 Bytes

cmake-example

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