diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 52c60505..350c8eb0 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -25,7 +25,7 @@ function(add_example target) target_link_libraries(${target} PRIVATE mp::units) endfunction() -add_example(avg_velocity) +add_example(avg_speed) add_example(hello_units) add_example(measurement) add_example(total_energy) diff --git a/example/avg_velocity.cpp b/example/avg_speed.cpp similarity index 100% rename from example/avg_velocity.cpp rename to example/avg_speed.cpp