2016-08-25 23:21:19 +02:00
|
|
|
# For libraries that already come with a CMakeLists file,
|
|
|
|
# simply add the directory to that file as a subdirectory
|
|
|
|
# to have CMake automatically recognize them.
|
|
|
|
|
2016-11-24 05:40:15 +01:00
|
|
|
if (NOT DYNARMIC_NO_BUNDLED_FMT)
|
|
|
|
# fmtlib formatting library
|
|
|
|
add_subdirectory(fmt)
|
|
|
|
endif()
|