Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active May 3, 2022 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Morfly/c3bb4f6c3363f2d4acf2524e042d1de3 to your computer and use it in GitHub Desktop.
Save Morfly/c3bb4f6c3363f2d4acf2524e042d1de3 to your computer and use it in GitHub Desktop.
# 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