Skip to content

Instantly share code, notes, and snippets.

@njlr
Created October 12, 2017 16:10
Show Gist options
  • Save njlr/7cc1e7dd0999c5d4aac92cfda36d2da9 to your computer and use it in GitHub Desktop.
Save njlr/7cc1e7dd0999c5d4aac92cfda36d2da9 to your computer and use it in GitHub Desktop.
cxx_library(
name = 'mathutils',
header_namespace = 'mathutils',
exported_headers = merge_dicts(subdir_glob([
('mathutils/include', '**/*.hpp'),
]), {
'mathutils.hpp': ':single-header',
}),
srcs = glob([
'mathutils/src/**/*.cpp',
]),
licenses = [
'LICENSE',
],
visibility = [
'PUBLIC',
],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment