archive_private_files.cmake 684 B

123456789101112131415161718192021
  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/ArchiveModuleInterface.cpp
  8. Source/ArchiveModuleInterface.h
  9. Source/Clients/ArchiveReader.cpp
  10. Source/Clients/ArchiveReader.h
  11. Source/Clients/ArchiveReaderFactory.cpp
  12. Source/Clients/ArchiveReaderFactory.h
  13. Source/Clients/ArchiveSystemComponent.cpp
  14. Source/Clients/ArchiveSystemComponent.h
  15. Source/Clients/ArchiveTOC.h
  16. Source/Clients/ArchiveTOC.inl
  17. Source/Clients/ArchiveTOCView.h
  18. Source/Clients/ArchiveTOCView.inl
  19. )