compression_private_files.cmake 692 B

12345678910111213141516171819
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. set(FILES
  7. Source/CompressionModuleInterface.cpp
  8. Source/CompressionModuleInterface.h
  9. Source/Clients/CompressionSystemComponent.cpp
  10. Source/Clients/CompressionSystemComponent.h
  11. Source/Clients/DecompressionRegistrarImpl.cpp
  12. Source/Clients/DecompressionRegistrarImpl.h
  13. Source/Clients/DecompressorLZ4Impl.cpp
  14. Source/Clients/DecompressorLZ4Impl.h
  15. Source/Clients/Streamer/DecompressorStackEntry.cpp
  16. Source/Clients/Streamer/DecompressorStackEntry.h
  17. )