123456789101112131415161718192021 |
- #
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- #
- #
- set(FILES
- Include/${Name}/${Name}FeatureProcessorInterface.h
- Source/Components/${Name}Component.cpp
- Source/Components/${Name}Component.h
- Source/Components/${Name}ComponentController.cpp
- Source/Components/${Name}ComponentController.h
- Source/Components/${Name}SystemComponent.h
- Source/Components/${Name}SystemComponent.cpp
- Source/Render/${Name}FeatureProcessor.h
- Source/Render/${Name}FeatureProcessor.cpp
- )
|