it to support new vcpkg that it's jsoncpp library
This commit is contained in:
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()
|
endif()
|
||||||
|
|
||||||
IF(CM_UTIL_SUPPORT_JSON)
|
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)
|
ENDIF(CM_UTIL_SUPPORT_JSON)
|
||||||
|
Reference in New Issue
Block a user