mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-10 22:14:14 +00:00
Update CMakeLists.txt.
This commit is contained in:
parent
8a27e679bd
commit
dbb14ed124
@ -29,6 +29,8 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-write-strings -DLINUX -D_LINUX -Dstricm
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
||||
|
||||
set (CLDLL_SOURCES
|
||||
../dlls/visitors/pipe.cpp
|
||||
../dlls/visitors/sniper.cpp
|
||||
../dlls/crossbow.cpp
|
||||
../dlls/crowbar.cpp
|
||||
../dlls/egon.cpp
|
||||
|
@ -400,7 +400,7 @@ void DLLEXPORT CAM_Think( void )
|
||||
if( cam_deathcam_enabled )
|
||||
{
|
||||
// Store new values.
|
||||
camAngles[PITCH} = 90;
|
||||
camAngles[PITCH] = 90;
|
||||
camAngles[YAW] = cam_deathcam_yaw;
|
||||
camAngles[ROLL] = 0;
|
||||
|
||||
|
@ -129,6 +129,11 @@ set (SVDLL_SOURCES
|
||||
../pm_shared/pm_debug.c
|
||||
../pm_shared/pm_math.c
|
||||
../pm_shared/pm_shared.c
|
||||
visitors/flashlight.cpp
|
||||
visitors/kevlar.cpp
|
||||
visitors/massn.cpp
|
||||
visitors/pipe.cpp
|
||||
visitors/sniper.cpp
|
||||
)
|
||||
|
||||
include_directories (. wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)
|
||||
|
Loading…
x
Reference in New Issue
Block a user