Skip to content

Commit 118d39d

Browse files
committed
Fixed non-Windows build
1 parent b13bbda commit 118d39d

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

src/xrEngine/CMakeLists.txt

+1-3
Original file line numberDiff line numberDiff 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

src/xrEngine/x_ray.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
#include "x_ray.h"
1111

12-
#include "AccessibilityShortcuts.hpp"
1312
#include "embedded_resources_management.h"
1413

1514
#include "xrCore/Threading/TaskManager.hpp"
@@ -22,6 +21,7 @@
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

src/xr_3da/CMakeLists.txt

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
add_executable(xr_3da)
22

33
target_sources(xr_3da PRIVATE
4-
AccessibilityShortcuts.hpp
54
entry_point.cpp
6-
resource.h
75
stdafx.h
8-
stdafx.cpp
96
)
107

118
set_property(

0 commit comments

Comments
 (0)