Mercurial
view seobeo/examples/BUILD @ 162:8ceb5d3c6bdd
Playing around with some random graphcis.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 19 Jan 2026 04:51:50 -0800 |
| parents | dbf14f84d51c |
| children |
line wrap: on
line source
load("@rules_cc//cc:cc_binary.bzl", "cc_binary") cc_binary( name = "websocket_server_example", srcs = ["websocket_server_example.c"], deps = ["//seobeo:seobeo"], visibility = ["//visibility:public"], )