Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 364 Bytes

BICLA - BISECT Command Line Arguments Parser

Build

Setup conan remotes

> conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

Windows

> md build
> cd build
> cmake .. -DBICLA_BUILD_TESTS=1 -G "Visual Studio 15 2017 Win64"
> cmake --build .

Open the solution file build\bicla.sln