mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
This fixes the use case of adding the include folder manually to an outside project.
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',
|
|
],
|
|
)
|