mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 16:17:57 -05:00
Add the fmt string formatting library
More info at http://fmtlib.net/ This commit was based on @jroweboy's work on his spdlog branch, but with modifications.
This commit is contained in:
@ -258,6 +258,7 @@ add_subdirectory(${INI_PREFIX})
|
||||
add_subdirectory(externals)
|
||||
|
||||
option(DYNARMIC_TESTS OFF)
|
||||
set(DYNARMIC_NO_BUNDLED_FMT ON)
|
||||
add_subdirectory(externals/dynarmic)
|
||||
|
||||
add_subdirectory(externals/glad)
|
||||
|
Reference in New Issue
Block a user