Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 18, 2017 15:03
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 njlr/da3f4f8140969cf2eb78cdad2abda6f1 to your computer and use it in GitHub Desktop.
Save njlr/da3f4f8140969cf2eb78cdad2abda6f1 to your computer and use it in GitHub Desktop.
cxx_library(
 name = 'mathutils',
  header_namespace = 'mathutils',
  exported_headers = dict([
  (x, add_include_guard(y)) for (x, y) in mathutils_headers.items()
  ]),
  srcs = glob([
  'mathutils/src/**/*.cpp',
  ]),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment