You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cmake_clean.cmake 526B

1234567891011
  1. file(REMOVE_RECURSE
  2. "CMakeFiles/aruco_interfaces__rosidl_typesupport_c.dir/rosidl_typesupport_c/aruco_interfaces/msg/aruco_marker_pose__type_support.cpp.o"
  3. "libaruco_interfaces__rosidl_typesupport_c.pdb"
  4. "libaruco_interfaces__rosidl_typesupport_c.so"
  5. "rosidl_typesupport_c/aruco_interfaces/msg/aruco_marker_pose__type_support.cpp"
  6. )
  7. # Per-language clean rules from dependency scanning.
  8. foreach(lang CXX)
  9. include(CMakeFiles/aruco_interfaces__rosidl_typesupport_c.dir/cmake_clean_${lang}.cmake OPTIONAL)
  10. endforeach()