Files
libicsneo/third-party/optional-lite/BUCK
T
2021-04-06 18:01:26 -04:00

12 lines
210 B
Python

prebuilt_cxx_library(
name = 'optional-lite',
header_namespace = '',
header_only = True,
exported_headers = subdir_glob([
('include/nonstd', '**/*.hpp'),
]),
visibility = [
'PUBLIC',
],
)