gabime / spdlog

Fast C++ logging library.
Other
24.23k stars 4.54k forks source link

pkg-config file does not support spdlog_header_only #3106

Open sketch34 opened 4 months ago

sketch34 commented 4 months ago

spdlog.pc has CFlags: "-I${includedir}" -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL.

Perhaps there should be a separate spdlog_header_only.pc?

tt4g commented 4 months ago

If there are users who need it, PR is welcome.