Skip to content

Commit

Permalink
add FindBoringSSL.cmake (#152)
Browse files Browse the repository at this point in the history
* add FindBoringSSL.cmake

* whitespace

* add crypto to ADDITIONAL_TARGETS
  • Loading branch information
wwieclaw authored May 17, 2023
1 parent b5f4e04 commit 38cf865
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions FindBoringSSL.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#
# Copyright (C) 2021 Swift Navigation Inc.
# Contact: Swift Navigation <dev@swift-nav.com>
#
# This source is subject to the license found in the file 'LICENSE' which must
# be be distributed together with this source. All other rights reserved.
#
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#

include("GenericFindDependency")
GenericFindDependency(
TARGET ssl
ADDITIONAL_TARGETS crypto
SOURCE_DIR boringssl
SYSTEM_INCLUDES
)

0 comments on commit 38cf865

Please sign in to comment.