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.
64 lines
2.3 KiB
CMake
64 lines
2.3 KiB
CMake
#
|
|
# All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
|
|
# its licensors.
|
|
#
|
|
# For complete copyright and license terms please see the LICENSE at the root of this
|
|
# distribution (the "License"). All use of this software is governed by the License,
|
|
# or, if provided, by the license below or the license accompanying this file. Do not
|
|
# remove or modify any license notices. This file is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
#
|
|
|
|
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
|
|
)
|