mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
cc_library(
|
|
name = "python_headers",
|
|
hdrs = glob(["**/*.h"]),
|
|
includes = ["."],
|
|
visibility = ["//visibility:public"],
|
|
)
|