summarylogtreecommitdiffstats
path: root/unbundle-fmt.patch
blob: 9e5ca505b1e914b3cf58459913c656f734d476be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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)