CHIP-8 emulator
This project uses Conan for package manager and CMake as build system. To build project you can use:
mkdir build
conan install .. --build=missing -s build_type=Debug
cmake ..
cmake --build .
After this both emulator binary and project files should be in /build directory.