Skip to content

Instantly share code, notes, and snippets.

@njlr
Created May 15, 2017 16:11
Show Gist options
  • Save njlr/0f5fc03c34e90089e38b492176957c34 to your computer and use it in GitHub Desktop.
Save njlr/0f5fc03c34e90089e38b492176957c34 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',
]),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment