crocparty/game/BUILD

7 lines
125 B
Python
Raw Normal View History

2024-02-25 21:49:21 +00:00
cc_library(
name = "game",
srcs = glob(["*.c"]),
hdrs = glob(["*.h"]),
visibility = ["//sdl_host:__pkg__"]
)