From f69ae1c672ca0cc34b759e509c34010b507a5b46 Mon Sep 17 00:00:00 2001 From: merry Date: Tue, 6 Dec 2022 14:50:37 +0000 Subject: [PATCH] tests: dynarmic_test_generator also depends on A64 frontend --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 5e25a3ca..efdfa014 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -84,7 +84,7 @@ if (("A32" IN_LIST DYNARMIC_FRONTENDS) AND ("A64" IN_LIST DYNARMIC_FRONTENDS)) target_compile_definitions(dynarmic_print_info PRIVATE FMT_USE_USER_DEFINED_LITERALS=1) endif() -if ("A32" IN_LIST DYNARMIC_FRONTENDS) +if (("A32" IN_LIST DYNARMIC_FRONTENDS) AND ("A64" IN_LIST DYNARMIC_FRONTENDS)) add_executable(dynarmic_test_generator fuzz_util.cpp fuzz_util.h