Skip to content

Modern CMake Project template with conan as dependency management

License

Notifications You must be signed in to change notification settings

sebastian-bergt/modern_cmake

 
 

Repository files navigation

modern_cmake

Modern CMake Project template with conan as dependency management

Setup

 pip3 install conan

Follow kitware cmake install tutorial to install a more recent version of cmake (3.19.1).

 sudo apt-get --only-upgrade install cmake

Build

 mkdir build
 cd build
 conan install ..
 cmake .. -DCMAKE_MODULE_PATH=${PWD} -G Ninja -DCMAKE_BUILD_TYPE=Release
 ninja

About

Modern CMake Project template with conan as dependency management

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 65.2%
  • CMake 23.6%
  • Shell 8.3%
  • Python 1.7%
  • Dockerfile 1.2%