You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
CMake
28 lines
1.1 KiB
CMake
#
|
|
# 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/ExpressionEvaluation/ExpressionEvaluationBus.h
|
|
Include/ExpressionEvaluation/ExpressionEngine.h
|
|
Include/ExpressionEvaluation/ExpressionEngine/ExpressionTree.h
|
|
Include/ExpressionEvaluation/ExpressionEngine/ExpressionTypes.h
|
|
Source/ExpressionEvaluationSystemComponent.cpp
|
|
Source/ExpressionEvaluationSystemComponent.h
|
|
Source/ExpressionPrimitivesSerializers.inl
|
|
Source/ElementInformationSerializer.inl
|
|
Source/ExpressionEngine/ExpressionElementParser.h
|
|
Source/ExpressionEngine/ExpressionPrimitive.cpp
|
|
Source/ExpressionEngine/ExpressionPrimitive.h
|
|
Source/ExpressionEngine/ExpressionVariable.cpp
|
|
Source/ExpressionEngine/ExpressionVariable.h
|
|
Source/ExpressionEngine/InternalTypes.h
|
|
Source/ExpressionEngine/Utils.h
|
|
Source/ExpressionEngine/MathOperators/MathExpressionOperators.cpp
|
|
Source/ExpressionEngine/MathOperators/MathExpressionOperators.h
|
|
)
|