Replies: 1 comment 4 replies
-
Yes. If
Not strictly true. There are several ways to do this. Line 6 in 8fed530 You can also use |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use the non header only version of spdlog to reduce my build times(mostly template instantiations of
spdlog::pattern_formatter::handle_flag_<>
).Tried to use:
instead of
It didn't do seemingly anything until i added:
Am I missing something?
From INSTALL I assumed
SPDLOG_COMPILED_LIB
isonly needed if I copy the .cpp files to my build tree(bit confusing).
Also as an example in tests/CMakeLists.txt I would assume(from my experince) that target
spdlog-utests
will use header only even if is linked withspdlog::spdlog
.Beta Was this translation helpful? Give feedback.
All reactions