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