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