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 143d1ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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
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 143d1ca

Please sign in to comment.