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.
26 lines
824 B
CMake
26 lines
824 B
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Source/LyShineExamples_precompiled.h
|
|
Include/LyShineExamples/LyShineExamplesBus.h
|
|
Include/LyShineExamples/LyShineExamplesCppExampleBus.h
|
|
Include/LyShineExamples/UiCustomImageBus.h
|
|
Source/LyShineExamplesCppExample.cpp
|
|
Source/LyShineExamplesCppExample.h
|
|
Source/LyShineExamplesSerialize.cpp
|
|
Source/LyShineExamplesSerialize.h
|
|
Source/LyShineExamplesSystemComponent.cpp
|
|
Source/LyShineExamplesSystemComponent.h
|
|
Source/UiCustomImageComponent.cpp
|
|
Source/UiCustomImageComponent.h
|
|
Source/UiDynamicContentDatabase.cpp
|
|
Source/UiDynamicContentDatabase.h
|
|
Source/UiTestScrollBoxDataProviderComponent.h
|
|
Source/UiTestScrollBoxDataProviderComponent.cpp
|
|
)
|