mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-02-06 03:54:14 +00:00
Update CMakeLists.txt.
This commit is contained in:
parent
a55c12e9d4
commit
dfd56eca44
@ -90,7 +90,8 @@ set (CLDLL_SOURCES
|
|||||||
view.cpp
|
view.cpp
|
||||||
input_xash3d.cpp
|
input_xash3d.cpp
|
||||||
scoreboard.cpp
|
scoreboard.cpp
|
||||||
MOTD.cpp)
|
MOTD.cpp
|
||||||
|
TheGate/scope.cpp)
|
||||||
include_directories (. hl/ ../dlls ../dlls/wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)
|
include_directories (. hl/ ../dlls ../dlls/wpn_shared ../common ../engine ../pm_shared ../game_shared ../public)
|
||||||
|
|
||||||
if(USE_VOICEMGR)
|
if(USE_VOICEMGR)
|
||||||
|
@ -29,6 +29,8 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_LINUX -DCLIENT_WEAPONS -Dstricmp=strcasec
|
|||||||
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS}")
|
||||||
|
|
||||||
set (SVDLL_SOURCES
|
set (SVDLL_SOURCES
|
||||||
|
TheGate/command.cpp
|
||||||
|
TheGate/scientist2.cpp
|
||||||
agrunt.cpp
|
agrunt.cpp
|
||||||
airtank.cpp
|
airtank.cpp
|
||||||
aflock.cpp
|
aflock.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user