You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file should include Cflags.private: -DYAML_CPP_STATIC_DEFINE. Without that, one gets undefined symbols when linking a static library, because the headers expect dynamically linked symbols (with the corresponding prefix on Windows).