CMakeLists.txt 597 B

123456789101112131415161718192021222324252627
  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_install_directory(
  9. DIRECTORIES
  10. AssetGem
  11. AddTestsToProject
  12. CppToolGem
  13. DefaultGem
  14. PrebuiltGem
  15. PythonToolGem
  16. RemoteRepo
  17. DefaultProject
  18. MinimalProject
  19. GemRepo
  20. DefaultComponent
  21. ScriptCanvasNode
  22. UnifiedMultiplayerGem
  23. GraphicsGem
  24. ScriptOnlyProject
  25. VERBATIM
  26. )