[ox] Fix jsoncpp include path export

(synced from 41cc78db66)
This commit is contained in:
2022-03-12 02:34:04 -06:00
parent ad813239fe
commit fc3ef1d3f0
2 changed files with 8 additions and 3 deletions
+6 -1
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(