File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -232,14 +232,12 @@ target_sources_grouped(
232232 TARGET xrEngine
233233 NAME "General"
234234 FILES
235+ AccessibilityShortcuts.hpp
235236 defines.cpp
236237 defines.h
237238 embedded_resources_management.h
238239 main.cpp
239- main.h
240240 mp_logging.h
241- splash.cpp
242- splash.h
243241 stdafx.cpp
244242 stdafx.h
245243 x_ray.cpp
Original file line number Diff line number Diff line change 99
1010#include " x_ray.h"
1111
12- #include " AccessibilityShortcuts.hpp"
1312#include " embedded_resources_management.h"
1413
1514#include " xrCore/Threading/TaskManager.hpp"
2221#include " xrSASH.h"
2322
2423#if defined(XR_PLATFORM_WINDOWS)
24+ #include " AccessibilityShortcuts.hpp"
2525#include " Text_Console.h"
2626#elif defined(XR_PLATFORM_LINUX) || defined(XR_PLATFORM_BSD) || defined(XR_PLATFORM_APPLE)
2727#define CTextConsole CConsole
Original file line number Diff line number Diff line change 11add_executable (xr_3da)
22
33target_sources (xr_3da PRIVATE
4- AccessibilityShortcuts.hpp
54 entry_point.cpp
6- resource .h
75 stdafx.h
8- stdafx.cpp
96)
107
118set_property (
You can’t perform that action at this time.
0 commit comments