Move device to a separate build target
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
cc_binary(
|
||||
name = "sdl_host",
|
||||
srcs = glob(["*.c", "*.h"]),
|
||||
deps = ["//game:game", "//sdl:sdl"],
|
||||
deps = ["//device:device", "//game:game", "//sdl:sdl"],
|
||||
)
|
Reference in New Issue
Block a user