libicsneo/third-party/optional-lite/BUCK

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',
],
)