2
0

platform_ios.cmake 566 B

1234567891011121314151617181920
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. # this gem uses the ASN1 package on IOS.
  9. ly_associate_package(PACKAGE_NAME asn1-0.9.27-rev2-ios TARGETS ASN1 PACKAGE_HASH 314e4113930283f88fc65239470daa2aca776f0a11b67d3f09164ac72cb82c56)
  10. find_library(STOREKIT_FRAMEWORK StoreKit)
  11. set(LY_BUILD_DEPENDENCIES
  12. PRIVATE
  13. ${STOREKIT_FRAMEWORK}
  14. 3rdParty::OpenSSL
  15. 3rdParty::ASN1
  16. )