view seobeo/examples/BUILD @ 166:78ea8d5ccc87

[ThirdParty] Added sqlite3 to the third_party.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 16:28:34 -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"],
)