1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/gzdoom/force-include-order.patch
2024-05-30 04:28:20 +00:00

10 lines
321 B
Diff

--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1230,6 +1230,7 @@
list( REMOVE_ITEM GAME_NONPCH_SOURCES ${PCH_SOURCES} )
add_executable( zdoom WIN32 MACOSX_BUNDLE ${GAME_SOURCES} )
+target_include_directories( zdoom BEFORE PRIVATE common/scripting/core )
target_precompile_headers( zdoom PRIVATE g_pch.h )