mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 17:38:35 +02:00
Thanks to all who have made contributions to https://github.com/martinmoene/optional-lite
12 lines
210 B
Python
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',
|
|
],
|
|
)
|