b4a2edec6a
* 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>
61 lines
2.9 KiB
CMake
61 lines
2.9 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
|
|
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
|
|
)
|