From 5e88fae640f846c96663c59155c7df3f57a799ce Mon Sep 17 00:00:00 2001 From: Henrik Rydgard Date: Mon, 13 Mar 2017 17:29:22 +0100 Subject: [PATCH] Link to armips in CMake build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 70231dcb33..4ea3043851 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -983,7 +983,7 @@ add_library(xxhash STATIC include_directories(ext/xxhash) set(CoreExtra) -set(CoreExtraLibs) +set(CoreExtraLibs armips) set(CoreExtra ${CoreExtra} Core/MIPS/IR/IRCompALU.cpp @@ -1693,7 +1693,7 @@ set(WindowsFiles list(APPEND LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT}) if(WIN32) - list(APPEND LinkCommon kernel32 user32 gdi32 shell32 comctl32 dsound xinput armips) + list(APPEND LinkCommon kernel32 user32 gdi32 shell32 comctl32 dsound xinput) #setup_target_project(${TargetBin} Windows) list(APPEND NativeAppSource ${WindowsFiles}) endif()