CMakeLists.txt 766 B

123456789101112131415161718192021222324
  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. add_subdirectory(SceneAPI) # Needs to go before AssetProcessor since it provides a builder
  9. add_subdirectory(AssetProcessor)
  10. add_subdirectory(AWSNativeSDKInit)
  11. add_subdirectory(AzTestRunner)
  12. add_subdirectory(CrashHandler)
  13. add_subdirectory(PythonBindingsExample)
  14. add_subdirectory(RemoteConsole)
  15. add_subdirectory(DeltaCataloger)
  16. add_subdirectory(SerializeContextTools)
  17. add_subdirectory(AssetBundler)
  18. add_subdirectory(LuaIDE)
  19. add_subdirectory(TestImpactFramework)
  20. add_subdirectory(ProjectManager)
  21. add_subdirectory(BundleLauncher)
  22. add_subdirectory(Android)