File tree 3 files changed +2
-7
lines changed
3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -232,14 +232,12 @@ target_sources_grouped(
232
232
TARGET xrEngine
233
233
NAME "General"
234
234
FILES
235
+ AccessibilityShortcuts.hpp
235
236
defines.cpp
236
237
defines.h
237
238
embedded_resources_management.h
238
239
main.cpp
239
- main.h
240
240
mp_logging.h
241
- splash.cpp
242
- splash.h
243
241
stdafx.cpp
244
242
stdafx.h
245
243
x_ray.cpp
Original file line number Diff line number Diff line change 9
9
10
10
#include " x_ray.h"
11
11
12
- #include " AccessibilityShortcuts.hpp"
13
12
#include " embedded_resources_management.h"
14
13
15
14
#include " xrCore/Threading/TaskManager.hpp"
22
21
#include " xrSASH.h"
23
22
24
23
#if defined(XR_PLATFORM_WINDOWS)
24
+ #include " AccessibilityShortcuts.hpp"
25
25
#include " Text_Console.h"
26
26
#elif defined(XR_PLATFORM_LINUX) || defined(XR_PLATFORM_BSD) || defined(XR_PLATFORM_APPLE)
27
27
#define CTextConsole CConsole
Original file line number Diff line number Diff line change 1
1
add_executable (xr_3da)
2
2
3
3
target_sources (xr_3da PRIVATE
4
- AccessibilityShortcuts.hpp
5
4
entry_point.cpp
6
- resource .h
7
5
stdafx.h
8
- stdafx.cpp
9
6
)
10
7
11
8
set_property (
You can’t perform that action at this time.
0 commit comments