diff options
Diffstat (limited to 'lib/fmt')
-rw-r--r-- | lib/fmt/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/fmt/CMakeLists.txt b/lib/fmt/CMakeLists.txt new file mode 100644 index 0000000..d3f9f25 --- /dev/null +++ b/lib/fmt/CMakeLists.txt @@ -0,0 +1,3 @@ +message(STATUS "Fetching fmt...") + +FetchContent_MakeAvailable(fmt) |