-
Notifications
You must be signed in to change notification settings - Fork 0
bsoeker/c-backend-basics
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published