diff --git a/src/xrEngine/CMakeLists.txt b/src/xrEngine/CMakeLists.txt index 592bd5e41b8..ac06fe221cb 100644 --- a/src/xrEngine/CMakeLists.txt +++ b/src/xrEngine/CMakeLists.txt @@ -232,14 +232,12 @@ target_sources_grouped( TARGET xrEngine NAME "General" FILES + AccessibilityShortcuts.hpp defines.cpp defines.h embedded_resources_management.h main.cpp - main.h mp_logging.h - splash.cpp - splash.h stdafx.cpp stdafx.h x_ray.cpp diff --git a/src/xrEngine/x_ray.cpp b/src/xrEngine/x_ray.cpp index b66f03311e2..5d2660eaffe 100644 --- a/src/xrEngine/x_ray.cpp +++ b/src/xrEngine/x_ray.cpp @@ -9,7 +9,6 @@ #include "x_ray.h" -#include "AccessibilityShortcuts.hpp" #include "embedded_resources_management.h" #include "xrCore/Threading/TaskManager.hpp" @@ -22,6 +21,7 @@ #include "xrSASH.h" #if defined(XR_PLATFORM_WINDOWS) +#include "AccessibilityShortcuts.hpp" #include "Text_Console.h" #elif defined(XR_PLATFORM_LINUX) || defined(XR_PLATFORM_BSD) || defined(XR_PLATFORM_APPLE) #define CTextConsole CConsole diff --git a/src/xr_3da/CMakeLists.txt b/src/xr_3da/CMakeLists.txt index b253d1cb0fd..7fbdf10f7c1 100644 --- a/src/xr_3da/CMakeLists.txt +++ b/src/xr_3da/CMakeLists.txt @@ -1,11 +1,8 @@ add_executable(xr_3da) target_sources(xr_3da PRIVATE - AccessibilityShortcuts.hpp entry_point.cpp - resource.h stdafx.h - stdafx.cpp ) set_property(