MORE BAZEL. VS Code only, by the way

This commit is contained in:
2024-02-25 13:49:21 -08:00
parent e2d648b5fa
commit 3f837d7052
21 changed files with 26 additions and 129 deletions

5
sdl_host/BUILD Normal file
View File

@ -0,0 +1,5 @@
cc_binary(
name = "sdl_host",
srcs = glob(["*.c", "*.h"]),
deps = ["//game:game", "//sdl:sdl"],
)