platform_android_files.cmake 552 B

123456789101112131415161718192021
  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. set(FILES
  9. ../Common/Configurations_common.cmake
  10. ../Common/Clang/Configurations_clang.cmake
  11. ../Common/Install_common.cmake
  12. Configurations_android.cmake
  13. Install_android.cmake
  14. LYTestWrappers_android.cmake
  15. LYWrappers_android.cmake
  16. PAL_android.cmake
  17. PALDetection_android.cmake
  18. Toolchain_android.cmake
  19. )