[ox] Bundle jsoncpp under deps

This commit is contained in:
2022-03-11 22:30:42 -06:00
parent b96d33bbb9
commit 5a4b539ac1
3 changed files with 7 additions and 7 deletions

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(