blob: 10c33740c8cc1945b35b0d3e9dab44da417f56de [file] [log] [blame] [edit]
load("@rules_cc//cc:cc_library.bzl", "cc_library")
cc_library(
name = "mbedtls_config",
hdrs = [
"include/mbedtls_config.h",
"include/picotool_mbedtls_config.h",
],
includes = ["include"],
visibility = ["@mbedtls//:__subpackages__"],
)