We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f4e04 commit 38cf865Copy full SHA for 38cf865
FindBoringSSL.cmake
@@ -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