Moves Code/Tools/Standalone to Code/Tools/LuaIDE
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ add_subdirectory(DeltaCataloger)
|
||||
add_subdirectory(SerializeContextTools)
|
||||
add_subdirectory(AssetBundler)
|
||||
add_subdirectory(GridHub)
|
||||
add_subdirectory(Standalone)
|
||||
add_subdirectory(LuaIDE)
|
||||
add_subdirectory(TestImpactFramework)
|
||||
add_subdirectory(ProjectManager)
|
||||
add_subdirectory(BundleLauncher)
|
||||
|
||||
@@ -17,7 +17,6 @@ ly_add_target(
|
||||
AUTOUIC
|
||||
AUTORCC
|
||||
FILES_CMAKE
|
||||
standalone_tools_files.cmake
|
||||
lua_ide_files.cmake
|
||||
Platform/${PAL_PLATFORM_NAME}/lua_ide_${PAL_PLATFORM_NAME_LOWERCASE}_files.cmake
|
||||
INCLUDE_DIRECTORIES
|
||||
@@ -7,6 +7,16 @@
|
||||
#
|
||||
|
||||
set(FILES
|
||||
targetver.h
|
||||
Source/StandaloneToolsApplication.cpp
|
||||
Source/StandaloneToolsApplication.h
|
||||
Source/Editor/Resource.h
|
||||
Source/Editor/targetver.h
|
||||
Source/Telemetry/TelemetryBus.h
|
||||
Source/Telemetry/TelemetryComponent.cpp
|
||||
Source/Telemetry/TelemetryComponent.h
|
||||
Source/Telemetry/TelemetryEvent.cpp
|
||||
Source/Telemetry/TelemetryEvent.h
|
||||
Source/LuaIDEApplication.h
|
||||
Source/LuaIDEApplication.cpp
|
||||
Source/AssetDatabaseLocationListener.h
|
||||
@@ -1,20 +0,0 @@
|
||||
#
|
||||
# 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
|
||||
targetver.h
|
||||
Source/StandaloneToolsApplication.cpp
|
||||
Source/StandaloneToolsApplication.h
|
||||
Source/Editor/Resource.h
|
||||
Source/Editor/targetver.h
|
||||
Source/Telemetry/TelemetryBus.h
|
||||
Source/Telemetry/TelemetryComponent.cpp
|
||||
Source/Telemetry/TelemetryComponent.h
|
||||
Source/Telemetry/TelemetryEvent.cpp
|
||||
Source/Telemetry/TelemetryEvent.h
|
||||
)
|
||||
Reference in New Issue
Block a user