[ox] Fix jsoncpp include path export

This commit is contained in:
2022-03-12 02:34:04 -06:00
parent f910961111
commit 41cc78db66
2 changed files with 8 additions and 3 deletions

View File

@ -11,7 +11,12 @@ endif()
target_link_libraries(
OxOrganicClaw PUBLIC
OxModel
jsoncpp
jsoncpp_object
)
target_include_directories(
OxOrganicClaw PUBLIC
${JSONCPP_INCLUDE_DIR}
)
set_property(