g2o
Functions
/home/xuezhisd/CLionProjects/g2o/g2o/examples/interactive_slam/slam_parser/interface/CMakeLists.txt File Reference

Functions

 SET (interface_library_src abstract_slam_interface.h parser_interface.cpp parser_interface.h slam_context_interface.cpp slam_context_interface.h) ADD_LIBRARY(interface_library STATIC $
 
 ADD_LIBRARY (interface_library ${G2O_LIB_TYPE}${interface_library_src}) INSTALL(TARGETS interface_library RUNTIME DESTINATION $
 

Function Documentation

ADD_LIBRARY ( interface_library ${G2O_LIB_TYPE}${interface_library_src}  )

Definition at line 14 of file CMakeLists.txt.

14  {G2O_LIB_TYPE}
15  ${interface_library_src}
16  )
17 ENDIF()
18 
19 INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/../../)
20 
21 SET_TARGET_PROPERTIES(interface_library PROPERTIES OUTPUT_NAME ${LIB_PREFIX}interface)
22 TARGET_LINK_LIBRARIES(interface_library parser_library)
23 
24 INSTALL(TARGETS interface_library
25  RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/bin
SET ( interface_library_src abstract_slam_interface.h parser_interface.cpp parser_interface.h slam_context_interface.cpp slam_context_interface.  h)

Definition at line 1 of file CMakeLists.txt.

Referenced by ADD_LIBRARY(), and if().

11  {interface_library_src}