This first generates build files, then builds using those files.
cmake --preset=default
cmake --build build --config Release
note: filepath to the cartridge ROM should be provided to stdin.
./build/Release/GameBoy.exe
./build/tests/Release/tests.exe
- Assumes you have vcpkg installed at "C:/vcpkg".