Files
o3de/Gems/ScriptEvents/Code/scriptevents_tests_files.cmake
T
2021-06-23 10:55:22 -07:00

17 lines
389 B
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
Tests/ScriptEventsTest.cpp
Tests/ScriptEventsTestApplication.h
Tests/ScriptEventsTestFixture.h
Tests/ScriptEventsTestFixture.cpp
Tests/ScriptEventTestUtilities.cpp
Tests/ScriptEventTestUtilities.h
Tests/Tests/ScriptEventsTest_Core.cpp
)