Skip to content

Instantly share code, notes, and snippets.

@nikhedonia
Created July 2, 2018 14:43
Show Gist options
  • Save nikhedonia/6a6c770b44c0bc900d97e087a9c646a8 to your computer and use it in GitHub Desktop.
Save nikhedonia/6a6c770b44c0bc900d97e087a9c646a8 to your computer and use it in GitHub Desktop.
prebuilt_cxx_library(
name = 'json',
header_namespace = 'nlohmann',
header_only = True,
exported_headers = subdir_glob([
('src', '*.hpp')
]),
visibility = [
'PUBLIC',
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment