[ox] Bundle jsoncpp under deps

(synced from 5a4b539ac1)
This commit is contained in:
2022-03-11 22:30:42 -06:00
parent c2fbe99869
commit a53777907b
3 changed files with 7 additions and 7 deletions
+1 -3
View File
@@ -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(