Skip to content

Commit 6e28b4b

Browse files
authored
third_party: Add build file for optional (#16)
1 parent 90d2495 commit 6e28b4b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

third_party/optional.BUILD

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Copyright (C) 2022 Swift Navigation Inc.
2+
# Contact: Swift Navigation <[email protected]>
3+
#
4+
# This source is subject to the license found in the file 'LICENSE' which must
5+
# be be distributed together with this source. All other rights reserved.
6+
#
7+
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
8+
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
9+
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
10+
11+
package(
12+
default_visibility = ["//visibility:public"],
13+
)
14+
15+
cc_library(
16+
name = "optional",
17+
hdrs = ["optional.hpp"],
18+
includes = ["."],
19+
)

0 commit comments

Comments
 (0)