load("@rules_foreign_cc//for_workspace:cmake_build.bzl", "cmake_tool")

cmake_tool(
    name = "cmaketool",
    cmake_srcs = "@cmake//:all",
)
