Skip to content
Snippets Groups Projects
Commit f299d33c authored by Peter Kaiser's avatar Peter Kaiser
Browse files

CMake: Added missing jsoncpp dependency

parent 11f6b326
No related branches found
No related tags found
No related merge requests found
set(LIBS ${LIBS} RobotAPIRemoteRobot ArmarXCoreJsonObject)
find_package(jsoncpp QUIET)
armarx_build_if(jsoncpp_FOUND "jsoncpp not available")
if (jsoncpp_FOUND)
include_directories(${jsoncpp_INCLUDE_DIR})
endif()
set(LIBS ${LIBS} RobotAPIRemoteRobot ArmarXCoreJsonObject ${jsoncpp_LIBRARIES})
armarx_add_test(ArmarPoseTest ArmarPoseTest.cpp "${LIBS}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment