Skip to content

Commit 38cf865

Browse files
authored
add FindBoringSSL.cmake (#152)
* add FindBoringSSL.cmake * whitespace * add crypto to ADDITIONAL_TARGETS
1 parent b5f4e04 commit 38cf865

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

FindBoringSSL.cmake

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

0 commit comments

Comments
 (0)