MORE BAZEL. VS Code only, by the way

This commit is contained in:
2024-02-25 13:49:21 -08:00
parent e2d648b5fa
commit 3f837d7052
21 changed files with 26 additions and 129 deletions

View File

@ -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__"],
)