Skip to content

CMake template for C++ project with external git project dependencies

License

Notifications You must be signed in to change notification settings

kurdybacha/cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-template

CMake template for C++ project with external dependency from GitHub. ZeroMQ (libzmq) as an external dependency example. It supports rtags. More details in build.sh script.

Build:

  • $ cd cmake-template
  • $ mkdir build
  • $ cd build
  • $ cmake ..
  • $ make -j3

or just:

  • $ cd cmake-template
  • $ bash build.sh

About

CMake template for C++ project with external git project dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages