9 lines
230 B
Python
9 lines
230 B
Python
# This rule is mainly used to expose parselink includes in a _somewhat_ sane
|
|
# manner while conforming to my stylistic preferences.
|
|
|
|
cc_library(
|
|
name = "path",
|
|
includes = ["."],
|
|
visibility = ["//visibility:public"],
|
|
)
|