how to explicitly link the absl_log_flags.lib #1439
Unanswered
wony-zheng
asked this question in
Q&A
Replies: 1 comment
-
Looking at the abseil source code, there is the following comment:
I was therefore able to link to the absl::log_flags library with cmake by replacing the CMakeLists.txt line:
with
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
as absl_log_flags.lib export nothing in flags.h. when link in vs, the lib seem to skipped in linking. when compiled exe run with --helpfull param, there is no log flag parameter displayed. how can i force/explicitly link the absl_log_flags.ib in visual studio?
Beta Was this translation helpful? Give feedback.
All reactions