miniaudio_editor_private_files.cmake 616 B

12345678910111213141516171819
  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. Source/Tools/EditorMiniAudioListenerComponent.cpp
  10. Source/Tools/EditorMiniAudioListenerComponent.h
  11. Source/Tools/EditorMiniAudioPlaybackComponent.cpp
  12. Source/Tools/EditorMiniAudioPlaybackComponent.h
  13. Source/Tools/MiniAudioEditorSystemComponent.cpp
  14. Source/Tools/MiniAudioEditorSystemComponent.h
  15. Source/Tools/SoundAssetBuilder.cpp
  16. Source/Tools/SoundAssetBuilder.h
  17. )