Add support for MinGW cross compiling

This commit is contained in:
2016-12-23 03:41:11 -06:00
parent 1b2f87197b
commit 666f455cfd
7 changed files with 46 additions and 6 deletions
-2
View File
@@ -39,5 +39,3 @@ find_path(GBA_INCLUDE_DIR gba.h
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(GBA DEFAULT_MSG GBA_LIBRARY)
set(CMAKE_INSTALL_PREFIX ${DEVKITARM})