Skip to content
Snippets Groups Projects
Unverified Commit 0e9a17b0 authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #2440 from lioncash/dynarmic

externals: Update dynarmic to master
parents c63e68c4 09644445
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,10 @@ include(DownloadExternals) ...@@ -7,6 +7,10 @@ include(DownloadExternals)
add_library(catch-single-include INTERFACE) add_library(catch-single-include INTERFACE)
target_include_directories(catch-single-include INTERFACE catch/single_include) target_include_directories(catch-single-include INTERFACE catch/single_include)
# libfmt
add_subdirectory(fmt)
add_library(fmt::fmt ALIAS fmt)
# Dynarmic # Dynarmic
if (ARCHITECTURE_x86_64) if (ARCHITECTURE_x86_64)
set(DYNARMIC_TESTS OFF) set(DYNARMIC_TESTS OFF)
...@@ -14,10 +18,6 @@ if (ARCHITECTURE_x86_64) ...@@ -14,10 +18,6 @@ if (ARCHITECTURE_x86_64)
add_subdirectory(dynarmic) add_subdirectory(dynarmic)
endif() endif()
# libfmt
add_subdirectory(fmt)
add_library(fmt::fmt ALIAS fmt)
# getopt # getopt
if (MSVC) if (MSVC)
add_subdirectory(getopt) add_subdirectory(getopt)
......
Subproject commit 4e6848d1c9e8dadc70595c15b5589f8b14aad478 Subproject commit 2683a9a3e316b5c3f387bbe6787732b9ff44b8db
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment