5 lines
128 B
Python
Raw Normal View History

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