mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
cc_library(
|
|
name = "gtl",
|
|
hdrs = glob(["include/gtl/*.hpp"]),
|
|
includes = ["include"],
|
|
visibility = ["//visibility:public"],
|
|
)
|