Skip to content

bast/cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

CMake example

Example project which demonstrates various CMake features.

How to build this demo

cmake -H. -Bbuild -DCMAKE_INSTALL_PREFIX:PATH=/tmp/foo
cd build
cmake --build .
ctest
cmake --build . --target install

About

Example project which demonstrates various CMake features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published