summaryrefslogtreecommitdiff
path: root/hk21/game/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r--hk21/game/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/hk21/game/BUILD.bazel b/hk21/game/BUILD.bazel
index 9aa2e2b..b2cca09 100644
--- a/hk21/game/BUILD.bazel
+++ b/hk21/game/BUILD.bazel
@@ -2,6 +2,8 @@ cc_binary(
name = "game",
srcs = [
"main.cpp",
+ "gpu.cpp",
+ "gpu.hpp",
],
deps = [
"@asl//asl",