Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active May 3, 2022 05:02
Embed
What would you like to do?
# third_party/glfw/glfw.BUILD
# ===== win32 =====
WIN32_DEFINES = [...]
WIN32_HDRS = [...]
WIN32_SRCS = [...]
WIN32_LINKOPTS = [...]
# ===== linux =====
LINUX_DEFINES = [...]
LINUX_HDRS = [...]
LINUX_SRCS = [...]
LINUX_LINKOPTS = [...]
# ===== darwin =====
DARWIN_DEFINES = [...]
DARWIN_HDRS = [...]
DARWIN_SRCS = [...]
DARWIN_LINKOPTS = [...]
# ===== common =====
COMMON_HDRS = [...]
COMMON_SRCS = [...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment