serializecontexttools_object_files.cmake 481 B

123456789101112131415161718192021222324
  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. Application.h
  10. Application.cpp
  11. Converter.h
  12. Converter.cpp
  13. Dumper.h
  14. Dumper.cpp
  15. SliceConverterEditorEntityContextComponent.h
  16. SliceConverter.h
  17. SliceConverter.cpp
  18. Runner.h
  19. Runner.cpp
  20. Utilities.h
  21. Utilities.cpp
  22. )