externals: Add fmt as a submodule

This commit is contained in:
Lioncash
2016-08-25 17:21:19 -04:00
committed by MerryMage
parent ed3a686d1d
commit ee4b30eee4
5 changed files with 18 additions and 0 deletions

View File

@@ -87,6 +87,9 @@ if (DYNARMIC_USE_LLVM)
llvm_map_components_to_libnames(llvm_libs x86desc x86disassembler)
endif()
# Pull in externals CMakeLists for libs where available
add_subdirectory(externals)
# Dynarmic project files
add_subdirectory(src)
add_subdirectory(tests)