From 92314aafba6d3fa7828927c2683c3611b759fe28 Mon Sep 17 00:00:00 2001 From: wgroeneveld Date: Fri, 21 Sep 2018 16:44:33 +0200 Subject: [PATCH] anders build windows niet? --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d58b278..8c0f784 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.12) # use the GBA cross-compiler. # WARNING: CMAKE_AR and RANLIB didn't use find_program() to scan the PATH yet. # If using CMake < 3.12, consider using an absolute path. https://gitlab.kitware.com/cmake/cmake/merge_requests/1720 +SET(CMAKE_SYSTEM_NAME Generic) SET(CMAKE_C_COMPILER arm-none-eabi-gcc) SET(CMAKE_CXX_COMPILER arm-none-eabi-g++) SET(CMAKE_OBJCOPY arm-none-eabi-objcopy)