Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
1bfbd2be
"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "8767acb2ccfee03ac416379184336b1c354578eb"
Unverified
Commit
1bfbd2be
authored
Mar 01, 2020
by
Néstor Subirón
Committed by
GitHub
Feb 29, 2020
Browse files
Allow including yaml-cpp as system headers (#829)
parent
de8253fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BUILD.bazel
BUILD.bazel
+1
-1
No files found.
BUILD.bazel
View file @
1bfbd2be
...
@@ -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"
,
include
s
=
[
"include"
]
,
hdrs
=
glob
([
"include/**/*.h"
]),
hdrs
=
glob
([
"include/**/*.h"
]),
srcs
=
glob
([
"src/**/*.cpp"
,
"src/**/*.h"
]),
srcs
=
glob
([
"src/**/*.cpp"
,
"src/**/*.h"
]),
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment