Created
July 2, 2018 14:43
-
-
Save nikhedonia/6a6c770b44c0bc900d97e087a9c646a8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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