We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13bbda commit 143d1caCopy full SHA for 143d1ca
src/xrEngine/CMakeLists.txt
@@ -232,14 +232,12 @@ target_sources_grouped(
232
TARGET xrEngine
233
NAME "General"
234
FILES
235
+ AccessibilityShortcuts.hpp
236
defines.cpp
237
defines.h
238
embedded_resources_management.h
239
main.cpp
- main.h
240
mp_logging.h
241
- splash.cpp
242
- splash.h
243
stdafx.cpp
244
stdafx.h
245
x_ray.cpp
src/xr_3da/CMakeLists.txt
@@ -1,11 +1,8 @@
1
add_executable(xr_3da)
2
3
target_sources(xr_3da PRIVATE
4
- AccessibilityShortcuts.hpp
5
entry_point.cpp
6
- resource.h
7
8
- stdafx.cpp
9
)
10
11
set_property(
0 commit comments