Files
o3de/Code/Tools/AssetProcessor/assetprocessor_gui_files.cmake
T
Steve Pham b4a2edec6a Final update copyright headers to reference license files at the repo root (#1693)
* Final update copyright headers to reference license files at the repo root

Signed-off-by: spham <spham@amazon.com>

* Fix copyright validator unit tests to support the stale O3DE header scenario

Signed-off-by: spham <spham@amazon.com>
2021-06-30 19:51:55 -07:00

60 lines
2.0 KiB
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
native/AssetProcessorBuildTarget.cpp
native/FileServer/fileServer.cpp
native/FileServer/fileServer.h
native/ui/style/AssetProcessor.qrc
native/ui/style/AssetProcessor.qss
native/ui/style/AssetProcessorConfig.ini
native/ui/style/AssetsTab.qss
native/ui/style/LogsTab.qss
native/ui/AssetDetailsPanel.h
native/ui/AssetDetailsPanel.cpp
native/ui/AssetTreeFilterModel.h
native/ui/AssetTreeFilterModel.cpp
native/ui/AssetTreeModel.h
native/ui/AssetTreeModel.cpp
native/ui/AssetTreeItem.h
native/ui/AssetTreeItem.cpp
native/ui/ConnectionEditDialog.h
native/ui/ConnectionEditDialog.cpp
native/ui/GoToButton.h
native/ui/GoToButton.cpp
native/ui/GoToButton.ui
native/ui/JobTreeViewItemDelegate.h
native/ui/JobTreeViewItemDelegate.cpp
native/ui/MainWindow.ui
native/ui/MainWindow.cpp
native/ui/MainWindow.ui
native/ui/ProductAssetDetailsPanel.h
native/ui/ProductAssetDetailsPanel.cpp
native/ui/ProductAssetDetailsPanel.ui
native/ui/ProductAssetTreeItemData.h
native/ui/ProductAssetTreeItemData.cpp
native/ui/ProductAssetTreeModel.h
native/ui/ProductAssetTreeModel.cpp
native/ui/SourceAssetDetailsPanel.h
native/ui/SourceAssetDetailsPanel.cpp
native/ui/SourceAssetDetailsPanel.ui
native/ui/SourceAssetTreeItemData.h
native/ui/SourceAssetTreeItemData.cpp
native/ui/SourceAssetTreeModel.h
native/ui/SourceAssetTreeModel.cpp
native/utilities/GUIApplicationServer.cpp
native/utilities/GUIApplicationServer.h
native/utilities/GUIApplicationManager.cpp
native/utilities/GUIApplicationManager.h
native/utilities/windowscreen.cpp
native/utilities/windowscreen.h
native/utilities/AssetUtilEBusHelper.h
native/utilities/LogPanel.h
native/utilities/LogPanel.cpp
native/main_gui.cpp
)