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.
27 lines
743 B
CMake
27 lines
743 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Tests/CustomTypeBindingBusTests.cpp
|
|
Tests/EditorPythonBindingsTest.cpp
|
|
Tests/PythonAssetTypesTests.cpp
|
|
Tests/PythonAssociativeTests.cpp
|
|
Tests/PythonBindingLibTests.cpp
|
|
Tests/PythonContainerAnyTests.cpp
|
|
Tests/PythonDictionaryTests.cpp
|
|
Tests/PythonGlobalsTests.cpp
|
|
Tests/PythonLogSymbolsComponentTests.cpp
|
|
Tests/PythonPairTests.cpp
|
|
Tests/PythonPairTests.h
|
|
Tests/PythonProxyBusTests.cpp
|
|
Tests/PythonProxyObjectTests.cpp
|
|
Tests/PythonReflectionComponentTests.cpp
|
|
Tests/PythonTestingUtility.h
|
|
Tests/PythonThreadingTests.cpp
|
|
Tests/PythonTraceMessageSink.h
|
|
)
|