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.
61 lines
2.8 KiB
CMake
61 lines
2.8 KiB
CMake
#
|
|
# Copyright (c) Contributors to the Open 3D Engine Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
#
|
|
#
|
|
|
|
set(FILES
|
|
Include/Atom/Window/MaterialEditorWindowModule.h
|
|
Include/Atom/Window/MaterialEditorWindowSettings.h
|
|
Include/Atom/Window/MaterialEditorWindowNotificationBus.h
|
|
Include/Atom/Window/MaterialEditorWindowRequestBus.h
|
|
Include/Atom/Window/MaterialEditorWindowFactoryRequestBus.h
|
|
Source/Window/MaterialEditorBrowserInteractions.h
|
|
Source/Window/MaterialEditorBrowserInteractions.cpp
|
|
Source/Window/MaterialEditorWindow.h
|
|
Source/Window/MaterialEditorWindow.cpp
|
|
Source/Window/MaterialEditorWindowModule.cpp
|
|
Source/Window/MaterialEditorWindowSettings.cpp
|
|
Source/Window/MaterialBrowserWidget.h
|
|
Source/Window/MaterialBrowserWidget.cpp
|
|
Source/Window/MaterialBrowserWidget.ui
|
|
Source/Window/MaterialEditor.qrc
|
|
Source/Window/MaterialEditor.qss
|
|
Source/Window/MaterialEditorWindowComponent.h
|
|
Source/Window/MaterialEditorWindowComponent.cpp
|
|
Source/Window/SettingsDialog/SettingsDialog.cpp
|
|
Source/Window/SettingsDialog/SettingsDialog.h
|
|
Source/Window/SettingsDialog/SettingsWidget.cpp
|
|
Source/Window/SettingsDialog/SettingsWidget.h
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.cpp
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.h
|
|
Source/Window/CreateMaterialDialog/CreateMaterialDialog.ui
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.h
|
|
Source/Window/PresetBrowserDialogs/PresetBrowserDialog.ui
|
|
Source/Window/PresetBrowserDialogs/LightingPresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/LightingPresetBrowserDialog.h
|
|
Source/Window/PresetBrowserDialogs/ModelPresetBrowserDialog.cpp
|
|
Source/Window/PresetBrowserDialogs/ModelPresetBrowserDialog.h
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.cpp
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.h
|
|
Source/Window/PerformanceMonitor/PerformanceMonitorWidget.ui
|
|
Source/Window/ToolBar/MaterialEditorToolBar.h
|
|
Source/Window/ToolBar/MaterialEditorToolBar.cpp
|
|
Source/Window/ToolBar/ModelPresetComboBox.h
|
|
Source/Window/ToolBar/ModelPresetComboBox.cpp
|
|
Source/Window/ToolBar/LightingPresetComboBox.h
|
|
Source/Window/ToolBar/LightingPresetComboBox.cpp
|
|
Source/Window/StatusBar/StatusBarWidget.cpp
|
|
Source/Window/StatusBar/StatusBarWidget.h
|
|
Source/Window/StatusBar/StatusBarWidget.ui
|
|
Source/Window/MaterialInspector/MaterialInspector.h
|
|
Source/Window/MaterialInspector/MaterialInspector.cpp
|
|
Source/Window/ViewportSettingsInspector/ViewportSettingsInspector.h
|
|
Source/Window/ViewportSettingsInspector/ViewportSettingsInspector.cpp
|
|
Source/Window/HelpDialog/HelpDialog.h
|
|
Source/Window/HelpDialog/HelpDialog.cpp
|
|
Source/Window/HelpDialog/HelpDialog.ui
|
|
)
|