add_executable(tutorial-burgers1d-step-5 main.cpp)
target_link_libraries(tutorial-burgers1d-step-5 PRIVATE samurai CLI11::CLI11)
