mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
ThirdParty: Add optional-lite polyfill
Thanks to all who have made contributions to https://github.com/martinmoene/optional-lite
This commit is contained in:
+38
@@ -0,0 +1,38 @@
|
||||
cxx_binary(
|
||||
name = '01-to_int',
|
||||
srcs = [
|
||||
'01-to_int.cpp',
|
||||
],
|
||||
compiler_flags = [
|
||||
'-std=c++11',
|
||||
],
|
||||
deps = [
|
||||
'//:optional-lite',
|
||||
],
|
||||
)
|
||||
|
||||
cxx_binary(
|
||||
name = '02-nodefltctor',
|
||||
srcs = [
|
||||
'02-nodefltctor.cpp',
|
||||
],
|
||||
compiler_flags = [
|
||||
'-std=c++11',
|
||||
],
|
||||
deps = [
|
||||
'//:optional-lite',
|
||||
],
|
||||
)
|
||||
|
||||
cxx_binary(
|
||||
name = '04-any-optional-variant',
|
||||
srcs = [
|
||||
'04-any-optional-variant.cpp',
|
||||
],
|
||||
compiler_flags = [
|
||||
'-std=c++11',
|
||||
],
|
||||
deps = [
|
||||
'//:optional-lite',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user