[ox] Switch to vcpkg
This commit is contained in:
parent
621f88fa6a
commit
0b0fd151c8
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
@ -4,14 +4,14 @@ add_library(
|
||||
write.cpp
|
||||
)
|
||||
|
||||
find_package(JsonCpp REQUIRED)
|
||||
find_package(jsoncpp REQUIRED)
|
||||
|
||||
target_compile_options(OxOrganicClaw PRIVATE -Wsign-conversion)
|
||||
|
||||
target_link_libraries(
|
||||
OxOrganicClaw PUBLIC
|
||||
OxModel
|
||||
JsonCpp::JsonCpp
|
||||
jsoncpp_lib
|
||||
)
|
||||
|
||||
set_property(
|
||||
|
Loading…
Reference in New Issue
Block a user