Mercurial
diff postdog/BUILD @ 114:e2a73e64e8e6
[Postdog] Got history working.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 06 Jan 2026 08:15:37 -0800 |
| parents | d6d578b49a19 |
| children | 7bd795bac997 |
line wrap: on
line diff
--- a/postdog/BUILD Sun Jan 04 14:42:54 2026 -0800 +++ b/postdog/BUILD Tue Jan 06 08:15:37 2026 -0800 @@ -10,6 +10,7 @@ "//third_party/raylib:raylib", "//dowa:dowa", ], + data = [":all_static_assets",], linkopts_macos = [ "-framework CoreVideo", "-framework IOKit", @@ -36,3 +37,10 @@ bundle_id = "com.june.postdog" ) +filegroup( + name = "all_static_assets", + srcs = glob([ + "**/*.ttf", + "**/*.txt", + ], allow_empty=True) +)