Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 15, 2017 15:50
Show Gist options
  • Save njlr/1ee9c75fb0be2554cd7e6a003e6c5af4 to your computer and use it in GitHub Desktop.
Save njlr/1ee9c75fb0be2554cd7e6a003e6c5af4 to your computer and use it in GitHub Desktop.
cxx_library(
name = 'mathutils',
header_namespace = 'mathutils',
exported_headers = subdir_glob([
('include', '**/*.hpp'),
]),
srcs = glob([
'src/**/*.cpp',
]),
visibility = [
'//...',
],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment