${NameLower}_files.cmake 656 B

123456789101112131415161718192021
  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. Include/${Name}/${Name}FeatureProcessorInterface.h
  10. Source/Components/${Name}Component.cpp
  11. Source/Components/${Name}Component.h
  12. Source/Components/${Name}ComponentController.cpp
  13. Source/Components/${Name}ComponentController.h
  14. Source/Components/${Name}SystemComponent.h
  15. Source/Components/${Name}SystemComponent.cpp
  16. Source/Render/${Name}FeatureProcessor.h
  17. Source/Render/${Name}FeatureProcessor.cpp
  18. )