open-source-parsers / jsoncpp

A C++ library for interacting with JSON.
Other
8.07k stars 2.63k forks source link

Fix configure Clang on Windows #1480

Closed TsynkPavel closed 6 days ago

TsynkPavel commented 1 year ago

Cmake condition was incorrectly set. Instead of WIN32 (windows platform) was chosen MSVC (VS Compiler). If build shared and static libraries there will be an error - multiple rules generate lib/jsoncpp.lib