mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-11 23:47:53 +00:00
Update CMakeLists.txt.
This commit is contained in:
parent
6787c287be
commit
758cde5778
@ -29,6 +29,16 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-write-strings -DLINUX -D_LINUX -Dstricm
|
|||||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
||||||
|
|
||||||
set (CLDLL_SOURCES
|
set (CLDLL_SOURCES
|
||||||
|
hunger/zoom.cpp
|
||||||
|
../dlls/hunger/ap9.cpp
|
||||||
|
../dlls/hunger/chaingun.cpp
|
||||||
|
../dlls/hunger/hkg36.cpp
|
||||||
|
../dlls/hunger/medkit.cpp
|
||||||
|
../dlls/hunger/shovel.cpp
|
||||||
|
../dlls/hunger/sniper.cpp
|
||||||
|
../dlls/hunger/spanner.cpp
|
||||||
|
../dlls/hunger/taurus.cpp
|
||||||
|
../dlls/hunger/weapon_einar1.cpp
|
||||||
../dlls/crossbow.cpp
|
../dlls/crossbow.cpp
|
||||||
../dlls/crowbar.cpp
|
../dlls/crowbar.cpp
|
||||||
../dlls/egon.cpp
|
../dlls/egon.cpp
|
||||||
|
@ -28,7 +28,26 @@ set (SVDLL_LIBRARY server)
|
|||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_LINUX -DCLIENT_WEAPONS -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_vsnprintf=vsnprintf -fno-exceptions -w")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_LINUX -DCLIENT_WEAPONS -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_vsnprintf=vsnprintf -fno-exceptions -w")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
||||||
|
|
||||||
set (SVDLL_SOURCES
|
set(SVDLL_SOURCES
|
||||||
|
hunger/ap9.cpp
|
||||||
|
hunger/babykelly.cpp
|
||||||
|
hunger/boss.cpp
|
||||||
|
hunger/chaingun.cpp
|
||||||
|
hunger/chicken.cpp
|
||||||
|
hunger/civilian.cpp
|
||||||
|
hunger/cyberfranklin.cpp
|
||||||
|
hunger/flame.cpp
|
||||||
|
hunger/hand.cpp
|
||||||
|
hunger/hkg36.cpp
|
||||||
|
hunger/medkit.cpp
|
||||||
|
hunger/megasquid.cpp
|
||||||
|
hunger/shovel.cpp
|
||||||
|
hunger/sniper.cpp
|
||||||
|
hunger/spanner.cpp
|
||||||
|
hunger/taurus.cpp
|
||||||
|
hunger/tnt.cpp
|
||||||
|
hunger/weapon_einar1.cpp
|
||||||
|
hunger/zombiebull.cpp
|
||||||
agrunt.cpp
|
agrunt.cpp
|
||||||
airtank.cpp
|
airtank.cpp
|
||||||
aflock.cpp
|
aflock.cpp
|
||||||
@ -131,7 +150,7 @@ set (SVDLL_SOURCES
|
|||||||
../pm_shared/pm_shared.c
|
../pm_shared/pm_shared.c
|
||||||
)
|
)
|
||||||
|
|
||||||
include_directories (. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)
|
include_directories (. hunger wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)
|
||||||
|
|
||||||
if(USE_VOICEMGR)
|
if(USE_VOICEMGR)
|
||||||
set(SVDLL_SOURCES
|
set(SVDLL_SOURCES
|
||||||
|
Loading…
Reference in New Issue
Block a user