[ox] Bundle jsoncpp under deps
This commit is contained in:
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
4
deps/ox/src/ox/oc/CMakeLists.txt
vendored
@ -4,8 +4,6 @@ add_library(
|
||||
write.cpp
|
||||
)
|
||||
|
||||
find_package(jsoncpp REQUIRED)
|
||||
|
||||
if(NOT MSVC)
|
||||
target_compile_options(OxOrganicClaw PRIVATE -Wsign-conversion)
|
||||
endif()
|
||||
@ -13,7 +11,7 @@ endif()
|
||||
target_link_libraries(
|
||||
OxOrganicClaw PUBLIC
|
||||
OxModel
|
||||
jsoncpp::jsoncpp
|
||||
jsoncpp
|
||||
)
|
||||
|
||||
set_property(
|
||||
|
Reference in New Issue
Block a user