mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 12:41:17 +00:00
Allow including yaml-cpp as system headers (#829)
This commit is contained in:
@@ -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"]),
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user