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.
o3de/Code/Tools/AssetProcessor/assetprocessor_gui_files.cmake

61 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
)