Skip to content

Instantly share code, notes, and snippets.

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