add_executable(create_sphere
  create_sphere.cpp
)

set_target_properties(create_sphere PROPERTIES OUTPUT_NAME create_sphere)
target_link_libraries(create_sphere PRIVATE core types_slam3d)
target_link_libraries(create_sphere PRIVATE CLI11::CLI11)
