"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "8767acb2ccfee03ac416379184336b1c354578eb"
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( ...@@ -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