CMakeLists.txt 558 B

12345678910111213141516171819202122
  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. ly_add_target(
  9. NAME CrashSupport STATIC
  10. NAMESPACE AZ
  11. FILES_CMAKE
  12. crash_handler_support_files.cmake
  13. Platform/${PAL_PLATFORM_NAME}/crash_handler_support_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
  14. INCLUDE_DIRECTORIES
  15. PUBLIC
  16. include
  17. BUILD_DEPENDENCIES
  18. PUBLIC
  19. AZ::AzCore
  20. )