CMakeLists.txt 571 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. CppToolGem
  12. DefaultGem
  13. PrebuiltGem
  14. PythonToolGem
  15. RemoteRepo
  16. DefaultProject
  17. MinimalProject
  18. GemRepo
  19. DefaultComponent
  20. ScriptCanvasNode
  21. UnifiedMultiplayerGem
  22. GraphicsGem
  23. ScriptOnlyProject
  24. VERBATIM
  25. )