diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-31 00:31:01 +0100 |
commit | 1f314a6087b276ad8b2680ecb18f43dfe77df595 (patch) | |
tree | 2d76d48b097cd303e9acf91af938bd40b475f170 /hk21/game/BUILD.bazel | |
parent | d3e00990b86277e490e0f68a1cd6f092b28d54aa (diff) |
Make gpu module
Diffstat (limited to 'hk21/game/BUILD.bazel')
-rw-r--r-- | hk21/game/BUILD.bazel | 2 |
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",
|