mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Optional: Move optional-lite to the include/third-party directory
This fixes the use case of adding the include folder manually to an outside project.
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
prebuilt_cxx_library(
|
||||
name = 'optional-lite',
|
||||
header_namespace = '',
|
||||
header_only = True,
|
||||
exported_headers = subdir_glob([
|
||||
('include/nonstd', '**/*.hpp'),
|
||||
]),
|
||||
visibility = [
|
||||
'PUBLIC',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user