Unverified Commit 1bfbd2be authored by Néstor Subirón's avatar Néstor Subirón Committed by GitHub
Browse files

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

parent de8253fc
......@@ -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"]),
)
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