CMakeLists: Only compile A32 frontend for dynarmic (#5229)

This commit is contained in:
Merry
2020-04-18 19:45:07 +01:00
committed by GitHub
parent 79a0cbbba8
commit c8a503b10f
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ if (ARCHITECTURE_x86_64)
add_library(xbyak INTERFACE)
option(DYNARMIC_TESTS OFF)
set(DYNARMIC_NO_BUNDLED_FMT ON)
set(DYNARMIC_FRONTENDS "A32")
add_subdirectory(dynarmic)
endif()