add_executable(naive_gray_scott main.cpp) set_property(TARGET naive_gray_scott PROPERTY COMPILE_FLAGS "-O3") target_link_libraries(naive_gray_scott gray_scott_data_format gray_scott_naive tensor_alloc option_parser data_stream string_utils ${HDF5_CXX_LIBRARIES} TBB::tbb)