diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 3f8b6cda8..e6fa11a03 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -7,6 +7,10 @@ include(DownloadExternals) | |||
| 7 | add_library(catch-single-include INTERFACE) | 7 | add_library(catch-single-include INTERFACE) |
| 8 | target_include_directories(catch-single-include INTERFACE catch/single_include) | 8 | target_include_directories(catch-single-include INTERFACE catch/single_include) |
| 9 | 9 | ||
| 10 | # libfmt | ||
| 11 | add_subdirectory(fmt) | ||
| 12 | add_library(fmt::fmt ALIAS fmt) | ||
| 13 | |||
| 10 | # Dynarmic | 14 | # Dynarmic |
| 11 | if (ARCHITECTURE_x86_64) | 15 | if (ARCHITECTURE_x86_64) |
| 12 | set(DYNARMIC_TESTS OFF) | 16 | set(DYNARMIC_TESTS OFF) |
| @@ -14,10 +18,6 @@ if (ARCHITECTURE_x86_64) | |||
| 14 | add_subdirectory(dynarmic) | 18 | add_subdirectory(dynarmic) |
| 15 | endif() | 19 | endif() |
| 16 | 20 | ||
| 17 | # libfmt | ||
| 18 | add_subdirectory(fmt) | ||
| 19 | add_library(fmt::fmt ALIAS fmt) | ||
| 20 | |||
| 21 | # getopt | 21 | # getopt |
| 22 | if (MSVC) | 22 | if (MSVC) |
| 23 | add_subdirectory(getopt) | 23 | add_subdirectory(getopt) |