Allow including yaml-cpp as system headers (#829)

This commit is contained in:
Néstor Subirón
2020-03-01 05:27:16 +01:00
committed by GitHub
parent de8253fcb0
commit 1bfbd2be4c

View File

@@ -8,7 +8,7 @@ cc_library(
cc_library(
name = "yaml-cpp",
visibility = ["//visibility:public"],
strip_include_prefix = "include",
includes = ["include"],
hdrs = glob(["include/**/*.h"]),
srcs = glob(["src/**/*.cpp", "src/**/*.h"]),
)