Skip to content

GavinNL/cpp_templates

Repository files navigation

cppnew

A set of small examples of various libraries.

Third-party libraries for the examples use the Conan Package Manager to download the package.

Compiling

Navigate to the folder example you want to compile:

cd sodium
mkdir build
cd build
conan install ..

cmake ..
cmake --build .

About

Templates for quickly creating C++ projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages