JPTIZ/libgba-cpp

Move away from makefiles

JPTIZ opened this issue · 1 comments

JPTIZ commented

Currently the system use a very handmade Makefile structure as a build system. Using cmake (EDIT: or meson!) could be a good choice.

To set the ARMv7TDMI compiler, this CMAKE line could be useful:

set(CMAKE_CXX_COMPILER <something>)

In meson, it would be through a cross-file.

JPTIZ commented

Closed by #12.