Go to file
Gary Talent 4c23a2d761 Change buildinfo namespace to defines
Defines better reflects that these are from the defines given for the
current file's compile options, not the options used when building the
Ox libraries being linked against.
2018-03-16 20:29:19 -05:00
.vscode Cleanup build files 2018-03-05 23:09:50 -06:00
cmake/Modules Fix FS include path in Nostalgia 2018-02-13 19:20:20 -06:00
deps/ox Change buildinfo namespace to defines 2018-03-16 20:29:19 -05:00
media
scripts Fix setup-build.ps1 for GBA builds 2018-02-07 21:29:57 -06:00
src Fix warnings 2018-03-05 23:08:54 -06:00
.gitignore Add compile_commands.json to .gitignore 2018-01-29 23:44:35 -06:00
.liccor.yml Run liccor for 2018 2018-01-30 00:00:39 -06:00
CMakeLists.txt Cleanup main CMakeLists.txt to better match CMake conventions 2018-03-13 20:26:05 -05:00
Dockerfile
LICENSE
Makefile Cleanup build files 2018-03-05 23:09:50 -06:00
mg.yml Fix FS include path in Nostalgia 2018-02-13 19:20:20 -06:00
README.md Cleanup build files 2018-03-05 23:09:50 -06:00

Nostalgia

Setup

macOS

Run something along the lines of the following to let CMake know where Qt is installed. You may need to adjust this location.

export NOSTALGIA_QT_PATH=/usr/local/Cellar/qt5/5.8.0_2/