Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 256 Bytes

Create the build directory

mkdir build && cd build

Install dependencies with conan

conan install .. --build=missing --output-folder=.

Generate build files

cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release