Skip to content

Instantly share code, notes, and snippets.

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