yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

yaml-cpp.pc with static linking on Windows

Open kalibera opened this issue 10 months ago • 0 comments

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).

kalibera avatar Feb 26 '25 22:02 kalibera