CMakeLists: Add DYNARMIC_FRONTENDS option

Allows library user to select which frontends to enable
This commit is contained in:
MerryMage 2020-04-18 10:34:02 +01:00
parent a59eedade1
commit 7c917f1c12
3 changed files with 186 additions and 156 deletions

View file

@ -1,3 +1,7 @@
if ((NOT "A32" IN_LIST DYNARMIC_FRONTENDS) OR (NOT "A64" IN_LIST DYNARMIC_FRONTENDS))
return()
endif()
add_executable(dynarmic_tests
A32/test_arm_disassembler.cpp
A32/test_arm_instructions.cpp