14 lines
307 B
CMake
14 lines
307 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Include/AutomatedTesting/AutomatedTestingBus.h
|
|
Source/AutomatedTestingModule.cpp
|
|
Source/AutomatedTestingSystemComponent.cpp
|
|
Source/AutomatedTestingSystemComponent.h
|
|
)
|