Files
toddcox-visualize/External/fmt.cmake
David Allemang fe48897245 add fmt
2022-09-15 11:13:58 -04:00

8 lines
157 B
CMake

FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
GIT_TAG 9.1.0
GIT_PROGRESS TRUE
)
FetchContent_MakeAvailable(fmt)