You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake_minimum_required(VERSION 3.10) # Specify a minimum CMake version
project(cpp_training) # Replace with your project's name
add_executable(cpp_training tests/mass_spring_damper_control_test_2.cpp src/RateLimiter.cpp src/pid_controller.cpp src/mass_spring_damper.cpp) # List your source files