diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 158113516..82e8ef18c 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -13,10 +13,6 @@ if (ARCHITECTURE_x86 OR ARCHITECTURE_x86_64) | |||
| 13 | target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES) | 13 | target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES) |
| 14 | endif() | 14 | endif() |
| 15 | 15 | ||
| 16 | # Catch | ||
| 17 | add_library(catch-single-include INTERFACE) | ||
| 18 | target_include_directories(catch-single-include INTERFACE catch/single_include) | ||
| 19 | |||
| 20 | # Dynarmic | 16 | # Dynarmic |
| 21 | if (ARCHITECTURE_x86_64) | 17 | if (ARCHITECTURE_x86_64) |
| 22 | set(DYNARMIC_TESTS OFF) | 18 | set(DYNARMIC_TESTS OFF) |