Skip to content
Snippets Groups Projects
Commit f35a0ccb authored by Mirko Wächter's avatar Mirko Wächter
Browse files

added missing include dirs for simox to debuglayercontrolwidget

parent 79053547
No related branches found
No related tags found
No related merge requests found
......@@ -8,13 +8,16 @@ find_package(SoQt REQUIRED)
armarx_build_if(SOQT_FOUND "SoQt not available")
find_package(jsoncpp QUIET)
armarx_build_if(jsoncpp_FOUND "jsoncpp not available")
find_package(Simox QUIET)
armarx_build_if(Simox_FOUND "Simox-VirtualRobot not available")
include(${QT_USE_FILE})
include_directories(${Eigen3_INCLUDE_DIR})
include_directories(
${Coin3D_INCLUDE_DIRS}
${SoQt_INCLUDE_DIRS}
${jsoncpp_INCLUDE_DIR})
${jsoncpp_INCLUDE_DIR}
${Simox_INCLUDE_DIRS})
set(LIB_NAME RobotAPIWidgets)
......
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