Skip to content

Commit

Permalink
Fixed non-Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Dec 16, 2023
1 parent b13bbda commit 118d39d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions src/xrEngine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/xrEngine/x_ray.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "x_ray.h"

#include "AccessibilityShortcuts.hpp"
#include "embedded_resources_management.h"

#include "xrCore/Threading/TaskManager.hpp"
Expand All @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/xr_3da/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 118d39d

Please sign in to comment.