From 143d1ca35fa622813994dccd8cb6d93e8a99b30b Mon Sep 17 00:00:00 2001 From: Xottab-DUTY Date: Sat, 16 Dec 2023 14:50:41 +0500 Subject: [PATCH] Fixed non-Windows build --- src/xrEngine/CMakeLists.txt | 4 +--- src/xr_3da/CMakeLists.txt | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) 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/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(