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