Skip to content

This exmaple illustrates how to set up a basic project structure with cmake

Notifications You must be signed in to change notification settings

xush6528/cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This exmaple illustrates how to set up a basic project structure with cmake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published