--- a/CMakeLists.txt+++ b/CMakeLists.txt
@@ -136,6 +136,9 @@ if (DYNARMIC_TESTS_USE_UNICORN)
find_package(Unicorn REQUIRED)
endif()
+find_package(fmt REQUIRED)+add_library(fmt ALIAS fmt::fmt)+
# Pull in externals CMakeLists for libs where available
add_subdirectory(externals)