# --------------------------------------------------------- # ** File generated automatically, do not modify ** # # MRPT C++ library CMake configuration file # # Usage from an external project: # # In your CMakeLists.txt, add this lines: # FIND_PACKAGE( MRPT REQUIRED ) # TARGET_LINK_LIBRARIES(MY_TARGET_NAME ${MRPT_LIBS}) # # # This file will define the following variables: # - MRPT_LIBS: The list of libraries to links against. # # ---------------------------------------------------------- # MRPT source dir SET( MRPT_SOURCE_DIR "@MRPT_ALL_SOURCE_DIR@") # MRPT binary dir SET( MRPT_DIR "@CMAKE_BINARY_DIR@") # MRPT include directory for "config.h" SET(MRPT_CONFIG_DIR @MRPT_CONFIG_FILE_INCLUDE_DIR@) # MRPT list of libraries the user should link against: SET(MRPT_LIBS @MRPT_LINKER_LIBS@) # Include directories to add to the user project: INCLUDE_DIRECTORIES(${MRPT_CONFIG_DIR}) INCLUDE_DIRECTORIES(${MRPT_SOURCE_DIR}/include) INCLUDE_DIRECTORIES(${MRPT_SOURCE_DIR}/apps) # Link directories to add to the user project: LINK_DIRECTORIES(${MRPT_DIR}/lib) LINK_DIRECTORIES(${MRPT_DIR}/lib/otherlibs) LINK_DIRECTORIES(${MRPT_SOURCE_DIR}/lib/otherlibs)