Skip to content

This project is about creating a basic backend application to understand how various C/C++ tools like CMake, Conan and Ninja interact with each other.

Notifications You must be signed in to change notification settings

bsoeker/c-backend-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan install . -s build_type=Release --build=missing --output-folder=build
cd build
cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAINFILE="conan_toolchain.cmake" // toolchain flag can be removed because it is also specified at the cmakelists.txt
ninja

About

This project is about creating a basic backend application to understand how various C/C++ tools like CMake, Conan and Ninja interact with each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published