MORE BAZEL. VS Code only, by the way
This commit is contained in:
5
sdl_host/BUILD
Normal file
5
sdl_host/BUILD
Normal file
@ -0,0 +1,5 @@
|
||||
cc_binary(
|
||||
name = "sdl_host",
|
||||
srcs = glob(["*.c", "*.h"]),
|
||||
deps = ["//game:game", "//sdl:sdl"],
|
||||
)
|
Reference in New Issue
Block a user