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:
Vendored
+16
@@ -0,0 +1,16 @@
|
||||
cxx_binary(
|
||||
name = 'test',
|
||||
header_namespace = '',
|
||||
headers = glob([
|
||||
'*.h',
|
||||
]),
|
||||
srcs = glob([
|
||||
'*.cpp',
|
||||
]),
|
||||
compiler_flags = [
|
||||
'-std=c++11',
|
||||
],
|
||||
deps = [
|
||||
'//:optional-lite',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user