it to support new vcpkg that it's jsoncpp library
This commit is contained in:
parent
d789bc2423
commit
953ecf8079
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/3rdpty/expat
|
||||
/3rdpty/jsoncpp
|
@ -123,5 +123,5 @@ if(CM_UTIL_SUPPORT_XML)
|
||||
endif()
|
||||
|
||||
IF(CM_UTIL_SUPPORT_JSON)
|
||||
target_link_libraries(CMUtil PRIVATE jsoncpp_lib jsoncpp_object JsonCpp::JsonCpp)
|
||||
target_link_libraries(CMUtil PRIVATE JsonCpp::JsonCpp)
|
||||
ENDIF(CM_UTIL_SUPPORT_JSON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user