Skip to content

Commit

Permalink
👷 fmt importer
Browse files Browse the repository at this point in the history
  • Loading branch information
zschzen committed Aug 29, 2024
1 parent 9c04623 commit cd0a386
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/Import/fmt.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# --------------------------------------------------------------------
# fmt
# --------------------------------------------------------------------
find_package(fmt CONFIG REQUIRED)
list(APPEND LIBS fmt::fmt)

0 comments on commit cd0a386

Please sign in to comment.