Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 143d1ca

Browse files
committedDec 16, 2023
Fixed non-Windows build
1 parent b13bbda commit 143d1ca

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
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/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)
Please sign in to comment.