Mercurial
comparison deita/BUILD @ 168:f3084bca7317
[Misc] Fixed all errors and all tests should pass now.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 16:29:02 -0800 |
| parents | ae6a88e6e484 |
| children |
comparison
equal
deleted
inserted
replaced
| 167:589bab390fb4 | 168:f3084bca7317 |
|---|---|
| 12 "deita.h", | 12 "deita.h", |
| 13 "deita_internal.h", | 13 "deita_internal.h", |
| 14 ], | 14 ], |
| 15 deps = [ | 15 deps = [ |
| 16 "//dowa:dowa", | 16 "//dowa:dowa", |
| 17 "//third_party/sqlite3:sqlite3", | |
| 17 ], | 18 ], |
| 18 linkopts = ["-lsqlite3"], | |
| 19 visibility = ["//visibility:public"], | 19 visibility = ["//visibility:public"], |
| 20 ) | 20 ) |
| 21 | 21 |
| 22 cc_test( | 22 cc_test( |
| 23 name = "deita_test", | 23 name = "deita_test", |