Could you support bazel , so someone using bazel for their cpp project could import it in his WORKSPACE like:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "libstst",
urls = ["https://github.com/ccpfw/tst/archive/{sha256_hash_value}.zip"],
)
Could you support bazel , so someone using bazel for their cpp project could import it in his WORKSPACE like:
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "libstst",
urls = ["https://github.com/ccpfw/tst/archive/{sha256_hash_value}.zip"],
)