mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Initial Bazel build files Co-authored-by: Willem <github@canihavesome.coffee> Co-authored-by: Divyam Ahuja <39771050+DivyamAhuja@users.noreply.github.com>
8 lines
130 B
Python
8 lines
130 B
Python
cc_library(
|
|
name = "libpng",
|
|
srcs = glob(["*.c"]),
|
|
hdrs = glob(["*.h"]),
|
|
visibility = ["//visibility:public"],
|
|
)
|
|
|