Skip to content

Example project which demonstrates various CMake features.

License

Notifications You must be signed in to change notification settings

UmairAsghar-max/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 83.6%
  • C++ 14.3%
  • Python 1.4%
  • C 0.7%