mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
11 lines
321 B
Diff
11 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 )
|
|
|