yaml-cpp
yaml-cpp copied to clipboard
yaml-cpp.pc with static linking on Windows
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).