From 6964d48c970e5f7b11897096c816271785af23ac Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 27 Feb 2022 16:07:30 +0100 Subject: build: add fmt library dependency --- lib/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/CMakeLists.txt') diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 16c32fd..58dfd29 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -7,3 +7,11 @@ FetchContent_Declare( ) add_subdirectory(ctre) + +FetchContent_Declare( + fmt + GIT_REPOSITORY "https://github.com/fmtlib/fmt" + GIT_TAG 8.1.1 +) + +add_subdirectory(fmt) -- cgit v1.2.3-18-g5258