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