mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
externals\CMakeLists.txt: add fmt before dynarmic
This commit is contained in:
parent
4a590d1fcb
commit
98d3b9c776
7
externals/CMakeLists.txt
vendored
7
externals/CMakeLists.txt
vendored
@ -31,6 +31,10 @@ add_subdirectory(catch2)
|
||||
# Crypto++
|
||||
add_subdirectory(cryptopp)
|
||||
|
||||
# fmt and Xbyak need to be added before dynarmic
|
||||
# libfmt
|
||||
add_subdirectory(fmt)
|
||||
|
||||
# Xbyak
|
||||
if (ARCHITECTURE_x86_64)
|
||||
add_library(xbyak INTERFACE)
|
||||
@ -48,9 +52,6 @@ if (ARCHITECTURE_x86_64 OR ARCHITECTURE_ARM64)
|
||||
add_subdirectory(dynarmic)
|
||||
endif()
|
||||
|
||||
# libfmt
|
||||
add_subdirectory(fmt)
|
||||
|
||||
# getopt
|
||||
if (MSVC)
|
||||
add_subdirectory(getopt)
|
||||
|
Loading…
Reference in New Issue
Block a user