summaryrefslogtreecommitdiff
path: root/modules/sdl3_windows/3.2.0/overlay
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-22 22:55:16 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-01-22 22:56:25 +0100
commitb21e1f8b7a33ec787b5dba36343a8a190ecbb668 (patch)
treedce7aa4a6ece1935f4967edfebac7576eba6751b /modules/sdl3_windows/3.2.0/overlay
parent9ff32056ca4f75cc2193f115adf34d1495448249 (diff)
Add sdl3_windows 3.2.0
Diffstat (limited to 'modules/sdl3_windows/3.2.0/overlay')
-rw-r--r--modules/sdl3_windows/3.2.0/overlay/BUILD.bazel14
-rw-r--r--modules/sdl3_windows/3.2.0/overlay/MODULE.bazel1
2 files changed, 15 insertions, 0 deletions
diff --git a/modules/sdl3_windows/3.2.0/overlay/BUILD.bazel b/modules/sdl3_windows/3.2.0/overlay/BUILD.bazel
new file mode 100644
index 0000000..60d1b2e
--- /dev/null
+++ b/modules/sdl3_windows/3.2.0/overlay/BUILD.bazel
@@ -0,0 +1,14 @@
+cc_import(
+ name = "sdl3_imp",
+ interface_library = "lib/x64/SDL3.lib",
+ shared_library = "lib/x64/SDL3.dll",
+)
+
+cc_library(
+ name = "sdl3",
+ hdrs = glob(["include/SDL3/*.h"]),
+ includes = ["include"],
+ deps = [":sdl3_imp"],
+ visibility = ["//visibility:public"],
+)
+
diff --git a/modules/sdl3_windows/3.2.0/overlay/MODULE.bazel b/modules/sdl3_windows/3.2.0/overlay/MODULE.bazel
new file mode 100644
index 0000000..daf675c
--- /dev/null
+++ b/modules/sdl3_windows/3.2.0/overlay/MODULE.bazel
@@ -0,0 +1 @@
+../MODULE.bazel