Make JsonCpp.cmake reference Windows lib names we actually use.
parent
eae38f7d57
commit
f7d1ece5be
|
|
@ -11,8 +11,8 @@ else (USESYSTEMLIBS)
|
|||
use_prebuilt_binary(jsoncpp)
|
||||
if (WINDOWS)
|
||||
set(JSONCPP_LIBRARIES
|
||||
debug json_vc100debug_libmt.lib
|
||||
optimized json_vc100_libmt)
|
||||
debug json_libmtd.lib
|
||||
optimized json_libmt)
|
||||
elseif (DARWIN)
|
||||
set(JSONCPP_LIBRARIES libjson_darwin_libmt.a)
|
||||
elseif (LINUX)
|
||||
|
|
|
|||
Loading…
Reference in New Issue