diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index cfdf6cd14c..9c5f5488f7 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -46,6 +46,9 @@ else() if(_M_X86) #X86 set(SRCS ${SRCS} x64FPURoundMode.cpp) + else() # Generic + set(SRCS ${SRCS} + GenericFPURoundMode.cpp) endif() set(SRCS ${SRCS} x64CPUDetect.cpp) endif()