6480bc8b86
Signed-off-by: AMZN-ScottR <24445312+AMZN-ScottR@users.noreply.github.com>
18 lines
462 B
CMake
18 lines
462 B
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/Profiler/ProfilerBus.h
|
|
Include/Profiler/ProfilerImGuiBus.h
|
|
Source/CpuProfiler.h
|
|
Source/CpuProfilerImpl.cpp
|
|
Source/CpuProfilerImpl.h
|
|
Source/ProfilerSystemComponent.cpp
|
|
Source/ProfilerSystemComponent.h
|
|
)
|