mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -05:00
add fmt
This commit is contained in:
@@ -6,6 +6,7 @@ set(CMAKE_CXX_STANDARD 17)
|
|||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
include(External/eigen.cmake)
|
include(External/eigen.cmake)
|
||||||
|
include(External/fmt.cmake)
|
||||||
include(External/glad.cmake)
|
include(External/glad.cmake)
|
||||||
include(External/glfw.cmake)
|
include(External/glfw.cmake)
|
||||||
include(External/gtest.cmake)
|
include(External/gtest.cmake)
|
||||||
|
|||||||
7
External/fmt.cmake
vendored
Normal file
7
External/fmt.cmake
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
FetchContent_Declare(
|
||||||
|
fmt
|
||||||
|
GIT_REPOSITORY https://github.com/fmtlib/fmt.git
|
||||||
|
GIT_TAG 9.1.0
|
||||||
|
GIT_PROGRESS TRUE
|
||||||
|
)
|
||||||
|
FetchContent_MakeAvailable(fmt)
|
||||||
Reference in New Issue
Block a user