[ox] Fix jsoncpp include path export
This commit is contained in:
7
deps/ox/src/ox/oc/CMakeLists.txt
vendored
7
deps/ox/src/ox/oc/CMakeLists.txt
vendored
@ -11,7 +11,12 @@ endif()
|
||||
target_link_libraries(
|
||||
OxOrganicClaw PUBLIC
|
||||
OxModel
|
||||
jsoncpp
|
||||
jsoncpp_object
|
||||
)
|
||||
|
||||
target_include_directories(
|
||||
OxOrganicClaw PUBLIC
|
||||
${JSONCPP_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
set_property(
|
||||
|
Reference in New Issue
Block a user