comparison third_party/raylib/raylib-5.5_linux_amd64/BUILD @ 11:f33d9ff8b6e8

[Raylib] Added raylib linux to third party lib and added cross platform support.
author June Park <parkjune1995@gmail.com>
date Tue, 30 Sep 2025 05:01:34 -0700
parents
children
comparison
equal deleted inserted replaced
10:ad69c414a881 11:f33d9ff8b6e8
1 load("@rules_cc//cc:cc_import.bzl", "cc_import")
2
3 # //third_party/raylib/raylib-5.5_linux_amd64:raylib_linux
4 cc_import(
5 name = "raylib_linux",
6 hdrs = ["//third_party/raylib:raylib_hdrs"],
7 static_library = "lib/libraylib.a",
8 visibility = ["//visibility:public"],
9 target_compatible_with = [
10 "@platforms//os:linux",
11 ],
12 )