Brian Silverman | f263928 | 2018-08-04 16:46:11 -0700 | [diff] [blame^] | 1 | licenses(["notice"]) # boost |
2 | |||||
3 | cc_library( | ||||
4 | name = "config", | ||||
5 | hdrs = glob(["include/**"]), | ||||
6 | includes = ["include"], | ||||
7 | visibility = ["//visibility:public"], | ||||
8 | deps = [ | ||||
9 | "//third_party/boostorg/core", | ||||
10 | ], | ||||
11 | ) |