audiosystem_files.cmake 814 B

1234567891011121314151617181920212223242526272829
  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/Engine/ATL.cpp
  10. Source/Engine/ATL.h
  11. Source/Engine/ATLAudioObject.cpp
  12. Source/Engine/ATLAudioObject.h
  13. Source/Engine/ATLComponents.cpp
  14. Source/Engine/ATLComponents.h
  15. Source/Engine/ATLEntities.cpp
  16. Source/Engine/ATLEntities.h
  17. Source/Engine/ATLUtils.cpp
  18. Source/Engine/ATLUtils.h
  19. Source/Engine/AudioProxy.cpp
  20. Source/Engine/AudioProxy.h
  21. Source/Engine/AudioSystem.cpp
  22. Source/Engine/AudioSystem.h
  23. Source/Engine/FileCacheManager.cpp
  24. Source/Engine/FileCacheManager.h
  25. Source/Engine/SoundCVars.cpp
  26. Source/Engine/SoundCVars.h
  27. )