Unverified Commit 1bfbd2be by Néstor Subirón Committed by GitHub

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

parent de8253fc
...@@ -8,7 +8,7 @@ cc_library( ...@@ -8,7 +8,7 @@ cc_library(
cc_library( cc_library(
name = "yaml-cpp", name = "yaml-cpp",
visibility = ["//visibility:public"], visibility = ["//visibility:public"],
strip_include_prefix = "include", includes = ["include"],
hdrs = glob(["include/**/*.h"]), hdrs = glob(["include/**/*.h"]),
srcs = glob(["src/**/*.cpp", "src/**/*.h"]), srcs = glob(["src/**/*.cpp", "src/**/*.h"]),
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment