SceneData_darwin_files.cmake 636 B

1234567891011121314151617181920
  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. ../SceneCore/Containers/SceneManifest.h
  10. ../SceneCore/Containers/SceneManifest.inl
  11. ../SceneCore/Containers/SceneManifest.cpp
  12. ../SceneCore/Events/AssetImportRequest.cpp
  13. ../SceneCore/Events/AssetImportRequest.h
  14. ../SceneCore/Events/ManifestMetaInfoBus.cpp
  15. ../SceneCore/Events/ManifestMetaInfoBus.h
  16. ../SceneCore/Events/GraphMetaInfoBus.cpp
  17. ../SceneCore/Events/GraphMetaInfoBus.h
  18. )