|
add_library(fmt::fmt-header-only INTERFACE IMPORTED)
|
|
|
|
target_include_directories(fmt::fmt-header-only
|
|
INTERFACE
|
|
${CMAKE_CURRENT_LIST_DIR}/../third-party/fmt/include)
|
|
|
|
target_compile_definitions(fmt::fmt-header-only
|
|
INTERFACE
|
|
FMT_EXCEPTIONS=0
|
|
FMT_HEADER_ONLY=1)
|