aboutsummaryrefslogtreecommitdiffhomepage
path: root/public.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'public.bzl')
-rw-r--r--public.bzl3
1 files changed, 3 insertions, 0 deletions
diff --git a/public.bzl b/public.bzl
index f455981485..dfc163b187 100644
--- a/public.bzl
+++ b/public.bzl
@@ -255,6 +255,9 @@ BASE_SRCS_ALL = struct(
# Only used to regenerate the lexer
"src/sksl/lex/*",
+
+ # Atlas text
+ "src/atlastext/*",
],
)