Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 370 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 370 Bytes

Ultimate C++ Program Template

This is a repo template for creating any sort of c++ program you want using Conan and CMake.

How to use

Once you've cloned this repo. You will need to enter the command line and be at this projects root directory. From there, navigate to conan, and run conan install .. afterwards you will then need to run your CMakeLists.txt file.