mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
9 lines
361 B
CMake
9 lines
361 B
CMake
# Update from https://github.com/fmtlib/fmt
|
|
# fmt 11.1.3
|
|
# License: MIT with object code exception
|
|
|
|
add_library(fmt INTERFACE)
|
|
target_include_directories(fmt INTERFACE "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
|
target_compile_features(fmt INTERFACE cxx_std_11)
|
|
target_compile_definitions(fmt INTERFACE -DFMT_HEADER_ONLY)
|
|
add_library(fmt::fmt-header-only ALIAS fmt)
|