Skip to content

faux-combinator/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ implementation of FauxCombinator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published