yaml-cpp
yaml-cpp copied to clipboard
Not able to link yaml-cpp.lib in cpp windows project
I am using tag:0.8.0 compiling on windows using cmake -G "Visual Studio 17 2022" and compiling in visual studio from sln project generated.
I meet this issue too.is there any resolution ?
Same here, some say you need to #define YAML_CPP_STATIC_DEFINE it though it didn't work for me