Closed felixjones closed 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.
Implemented for gbafix and gbfs.
Probably isn't our responsibility to hack around CMake limitations. ExternalProject is the correct solution.
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.