felixjones / gba-toolchain

CMake based toolchain for GBA homebrew development
Other
123 stars 11 forks source link

Host targets #23

Closed felixjones closed 3 years ago

felixjones commented 3 years ago

It would be useful to allow compiling host tools as CMake projects from within the gba-toolchain. CMake only supports a single toolchain. This would be useful for host tools such as gbafix.

felixjones commented 3 years ago

Implemented for gbafix and gbfs.

Probably isn't our responsibility to hack around CMake limitations. ExternalProject is the correct solution.