diff --git a/FindBoringSSL.cmake b/FindBoringSSL.cmake new file mode 100644 index 0000000..8acb045 --- /dev/null +++ b/FindBoringSSL.cmake @@ -0,0 +1,19 @@ +# +# Copyright (C) 2021 Swift Navigation Inc. +# Contact: Swift Navigation +# +# 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 +)