27 lines
983 B
CMake
27 lines
983 B
CMake
|
# The set of languages for which implicit dependencies are needed:
|
||
|
SET(CMAKE_DEPENDS_LANGUAGES
|
||
|
"CXX"
|
||
|
)
|
||
|
# The set of files for implicit dependencies of each language:
|
||
|
SET(CMAKE_DEPENDS_CHECK_CXX
|
||
|
"/home/harle/catkin_ws/src/BaxterInterface/Visp_tests/learn_tests/tutorial-detection-object-mbt2.cpp" "/home/harle/catkin_ws/src/BaxterInterface/Visp_tests/learn_tests/CMakeFiles/tutorial-detection-object-mbt2.dir/tutorial-detection-object-mbt2.cpp.o"
|
||
|
)
|
||
|
SET(CMAKE_CXX_COMPILER_ID "GNU")
|
||
|
|
||
|
# Targets to which this target links.
|
||
|
SET(CMAKE_TARGET_LINKED_INFO_FILES
|
||
|
)
|
||
|
|
||
|
# The include file search paths:
|
||
|
SET(CMAKE_C_TARGET_INCLUDE_PATH
|
||
|
"/opt/ros/indigo/include"
|
||
|
"/usr/include/opencv"
|
||
|
"/usr/include/eigen3"
|
||
|
"/usr/include/libxml2"
|
||
|
"/usr/include/OGRE"
|
||
|
"/usr/include/ois"
|
||
|
)
|
||
|
SET(CMAKE_CXX_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||
|
SET(CMAKE_Fortran_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|
||
|
SET(CMAKE_ASM_TARGET_INCLUDE_PATH ${CMAKE_C_TARGET_INCLUDE_PATH})
|