RobotAPI/libraries/widgets/CMakeLists.txt File Reference

Functions

 armarx_gui_library ("${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "" "" "${LIBS}") if(Coin3d_FOUND AND SoQt_FOUND AND jsoncpp_FOUND) target_include_directories($
 
 armarx_set_target ("RobotAPI Library: RobotAPIWidgets") find_package(Coin REQUIRED) find_package(SoQt REQUIRED) find_package(jsoncpp QUIET) armarx_build_if(Coin_FOUND "Coin3D not available") armarx_build_if(SOQT_FOUND "SoQt not available") armarx_build_if(jsoncpp_FOUND "jsoncpp not available") set(LIB_NAME RobotAPIWidgets) set(LIBS RobotAPICore) set(LIB_FILES DebugLayerControlWidget.cpp JSONTreeModel.cpp) set(LIB_HEADERS DebugLayerControlWidget.h JSONTreeModel.h) set(GUI_UIS DebugLayerControlWidget.ui) list(APPEND LIB_HEADERS $
 

Function Documentation

◆ armarx_gui_library()

armarx_gui_library ( "${LIB_NAME}" "${LIB_FILES}" "${LIB_HEADERS}" "" "" "${LIBS}"  )

Definition at line 24 of file CMakeLists.txt.

◆ armarx_set_target()

armarx_set_target ( "RobotAPI Library: RobotAPIWidgets"  )

Definition at line 1 of file CMakeLists.txt.