crocparty/sdl_host/BUILD

5 lines
109 B
Python
Raw Normal View History

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