Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 408 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 408 Bytes

FauxCombinator

C++ implementation of FauxCombinator.

Uses CMake and Conan.

Commands to run:

# Install deps via conan
$ conan install . --output-folder=build --build=missing
$ cd build
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
$ cmake --build

Make SURE your -DCMAKE_BUILD_TYPE and Conan profile build type match, otherwise nothing works for no reason.