Update CMakeLists.txt.

This commit is contained in:
Night Owl 2017-07-30 16:23:47 +05:00
parent 6d814ef919
commit 956acbfb98

View File

@ -127,12 +127,13 @@ set (SVDLL_SOURCES
world.cpp world.cpp
xen.cpp xen.cpp
zombie.cpp zombie.cpp
halloween/shall_map_fixes.cpp
../pm_shared/pm_debug.c ../pm_shared/pm_debug.c
../pm_shared/pm_math.c ../pm_shared/pm_math.c
../pm_shared/pm_shared.c ../pm_shared/pm_shared.c
) )
include_directories (. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public) include_directories (. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public halloween)
if(USE_VOICEMGR) if(USE_VOICEMGR)
set(SVDLL_SOURCES set(SVDLL_SOURCES