MORE BAZEL. VS Code only, by the way
This commit is contained in:
11
sdl/BUILD
11
sdl/BUILD
@ -1,10 +1,7 @@
|
||||
cc_library(
|
||||
cc_import(
|
||||
name = "sdl",
|
||||
srcs = [
|
||||
"x64_windows/SDL2.dll",
|
||||
"x64_windows/SDL2.lib",
|
||||
"x64_windows/SDL2main.lib",
|
||||
],
|
||||
hdrs = glob(["include/*.h"]),
|
||||
visibility = ["//main:__pkg__"],
|
||||
interface_library = "x64_windows/SDL2.lib",
|
||||
shared_library = "x64_windows/SDL2.dll",
|
||||
visibility = ["//sdl_host:__pkg__"],
|
||||
)
|
||||
|
Reference in New Issue
Block a user