RobotAPI/components/DSObstacleAvoidance/CMakeLists.txt File Reference

Functions

 armarx_component_set_name ("DSObstacleAvoidance") find_package(dynamic_obstacle_avoidance QUIET) armarx_build_if(dynamic_obstacle_avoidance_FOUND "dynamic_obstacle_avoidance not available") find_package(Eigen3 QUIET) armarx_build_if(Eigen3_FOUND "Eigen3 not available") if(Eigen3_FOUND) include_directories($
 
 endif () find_package(Simox QUIET) armarx_build_if(Simox_FOUND "Simox not available") if(Simox_FOUND) include_directories($
 

Function Documentation

◆ armarx_component_set_name()

armarx_component_set_name ( "DSObstacleAvoidance"  )

Definition at line 1 of file CMakeLists.txt.

◆ endif()

endif ( )

Definition at line 10 of file CMakeLists.txt.

+ Here is the caller graph for this function: