Allow including yaml-cpp as system headers

This commit is contained in:
nsubiron 2020-02-28 21:32:10 +01:00
parent de8253fcb0
commit 04e33a2d68

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"]),
)