Mercurial
comparison mrjunejune/BUILD @ 7:114cad94008f
[Seobeo] Updated to support thread and edge server calls.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 29 Sep 2025 17:00:38 -0700 |
| parents | |
| children | de54585a40f1 |
comparison
equal
deleted
inserted
replaced
| 6:1e61008b9980 | 7:114cad94008f |
|---|---|
| 1 load("@rules_cc//cc:cc_binary.bzl", "cc_binary") | |
| 2 load("@rules_cc//cc:cc_library.bzl", "cc_library") | |
| 3 | |
| 4 filegroup( | |
| 5 name = "pages_files", | |
| 6 srcs = glob(["pages/**"]), | |
| 7 ) | |
| 8 | |
| 9 cc_binary( | |
| 10 name = "mrjunejune", | |
| 11 srcs = ["main.c"], | |
| 12 deps = ["//seobeo:seobeo"], | |
| 13 data = glob(["pages/**"]) + ["//seobeo:seobeo_headers"], | |
| 14 ) |