2020-05-22 10:58:29 +00:00
|
|
|
set (SRCS
|
2022-01-31 17:51:20 +00:00
|
|
|
# NOTE: do not build module for now:
|
|
|
|
# ../fmtlib/src/fmt.cc
|
2020-05-22 10:58:29 +00:00
|
|
|
../fmtlib/src/format.cc
|
|
|
|
../fmtlib/src/os.cc
|
|
|
|
|
2022-01-31 17:51:20 +00:00
|
|
|
../fmtlib/include/fmt/args.h
|
2020-05-22 10:58:29 +00:00
|
|
|
../fmtlib/include/fmt/chrono.h
|
|
|
|
../fmtlib/include/fmt/color.h
|
|
|
|
../fmtlib/include/fmt/compile.h
|
|
|
|
../fmtlib/include/fmt/core.h
|
|
|
|
../fmtlib/include/fmt/format.h
|
|
|
|
../fmtlib/include/fmt/format-inl.h
|
|
|
|
../fmtlib/include/fmt/locale.h
|
|
|
|
../fmtlib/include/fmt/os.h
|
|
|
|
../fmtlib/include/fmt/ostream.h
|
|
|
|
../fmtlib/include/fmt/printf.h
|
|
|
|
../fmtlib/include/fmt/ranges.h
|
2022-01-31 17:51:20 +00:00
|
|
|
../fmtlib/include/fmt/xchar.h
|
2020-05-22 10:58:29 +00:00
|
|
|
)
|
|
|
|
|
2022-01-20 14:00:07 +00:00
|
|
|
add_library(_fmt ${SRCS})
|
|
|
|
target_include_directories(_fmt SYSTEM PUBLIC ../fmtlib/include)
|
|
|
|
add_library(ch_contrib::fmt ALIAS _fmt)
|