From cd0a386f973ecc3088ff67da182ff08a3800a0fc Mon Sep 17 00:00:00 2001 From: Leandro Peres Date: Thu, 29 Aug 2024 11:50:31 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fmt=20importer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/Import/fmt.cmake | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cmake/Import/fmt.cmake diff --git a/cmake/Import/fmt.cmake b/cmake/Import/fmt.cmake new file mode 100644 index 0000000..49c5053 --- /dev/null +++ b/cmake/Import/fmt.cmake @@ -0,0 +1,5 @@ +# -------------------------------------------------------------------- +# fmt +# -------------------------------------------------------------------- +find_package(fmt CONFIG REQUIRED) +list(APPEND LIBS fmt::fmt)