view seobeo/examples/BUILD @ 179:8d17f6e6e290

[ThirdParty] Added emsdk bazel rules that can be supported by bazel 9.0.0
author MrJuneJune <me@mrjunejune.com>
date Thu, 22 Jan 2026 21:23:17 -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"],
)