stars_files.cmake 613 B

1234567891011121314151617181920212223
  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/StarsAsset.cpp
  10. Source/StarsAsset.h
  11. Source/StarsComponent.cpp
  12. Source/StarsComponent.h
  13. Source/StarsComponentConfig.h
  14. Source/StarsComponentController.cpp
  15. Source/StarsComponentController.h
  16. Source/StarsFeatureProcessor.cpp
  17. Source/StarsFeatureProcessor.h
  18. Source/StarsModule.h
  19. Source/StarsSystemComponent.cpp
  20. Source/StarsSystemComponent.h
  21. )