crocparty/sdl_host/BUILD

5 lines
128 B
Python
Raw Normal View History

2024-02-25 21:49:21 +00:00
cc_binary(
name = "sdl_host",
srcs = glob(["*.c", "*.h"]),
2024-02-26 00:40:33 +00:00
deps = ["//device:device", "//game:game", "//sdl:sdl"],
2024-02-25 21:49:21 +00:00
)