1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-04 21:26:06 +00:00

CMake: Add option to disable use of bundled fmtlib

This commit is contained in:
Yuri Kunde Schlesner 2016-11-23 20:40:15 -08:00 committed by Merry
parent 9ec51f74bd
commit 700561a69a

View file

@ -2,5 +2,7 @@
# simply add the directory to that file as a subdirectory
# to have CMake automatically recognize them.
if (NOT DYNARMIC_NO_BUNDLED_FMT)
# fmtlib formatting library
add_subdirectory(fmt)
endif()