Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 164 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 164 Bytes

conan-template

Template for future projects with conan support

pip install conan==1.57
mkdir build && cd build
conan install .. --build=missing
cmake ..