comparison dowa/BUILD @ 1:adcfad6e86fb

Updated naming and separated out some logic within seobeo.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Sep 2025 09:11:20 -0700
parents
children 8a43dedbe530
comparison
equal deleted inserted replaced
0:5695ef413be0 1:adcfad6e86fb
1 load("@rules_cc//cc:cc_library.bzl", "cc_library")
2
3 cc_library(
4 name = "dowa",
5 srcs = [
6 "d_string.c",
7 "d_memory.c",
8 ],
9 hdrs = [
10 "dowa.h",
11 "dowa_internal.h"
12 ],
13 visibility = ["//visibility:public"],
14 )