add_executable(solver solver.cpp)
target_link_libraries(solver ginkgo gflags rapidjson)
if (GINKGO_BUILD_CUDA)
    ginkgo_benchmark_cusp_linops(solver)
endif()
if (GINKGO_BUILD_HIP)
    ginkgo_benchmark_hipsp_linops(solver)
endif()