Browse Source

Update CMakeLists.txt.

aghl
Night Owl 8 years ago
parent
commit
b64ea950fe
  1. 42
      cl_dll/CMakeLists.txt
  2. 28
      dlls/CMakeLists.txt

42
cl_dll/CMakeLists.txt

@ -75,6 +75,46 @@ set (CLDLL_SOURCES @@ -75,6 +75,46 @@ set (CLDLL_SOURCES
message.cpp
overview.cpp
parsemsg.cpp
# aghl/agbase64.cpp
# aghl/agcrc32.cpp
# aghl/agcrc32enforcer.cpp
# aghl/agdownload.cpp
aghl/Agglobal.cpp
aghl/aghudcountdown.cpp
aghl/aghudctf.cpp
aghl/aghudcustomtimer.cpp
aghl/aghudglobal.cpp
# aghl/aghudirc.cpp
aghl/aghudlocation.cpp
aghl/aghudlongjump.cpp
aghl/aghudnextmap.cpp
aghl/aghudplayerid.cpp
# aghl/aghudscoreboard.cpp
aghl/aghudsettings.cpp
aghl/aghudsplash.cpp
aghl/aghudsuddendeath.cpp
aghl/aghudtimeout.cpp
aghl/aghudtimer.cpp
aghl/aghudvote.cpp
# aghl/agicq.cpp
# aghl/agirc.cpp
aghl/aglocation.cpp
# aghl/agmapi.cpp
aghl/agmatchreport.cpp
aghl/agminidump.cpp
# aghl/agmodel.cpp
# aghl/agmodelcheck.cpp
# aghl/agpak.cpp
# aghl/agvariablechecker.cpp
aghl/agversioninfo.cpp
# aghl/agvguiirc.cpp
# aghl/AgVGuiMapBrowser.cpp
# aghl/AgVGUIPassword.cpp
# aghl/agvguiwinamp.cpp
# aghl/agwallhack.cpp
# aghl/crossthreadsmessagingdevice.cpp
# aghl/irc.cpp
# aghl/socket.cpp
../pm_shared/pm_debug.c
../pm_shared/pm_math.c
../pm_shared/pm_shared.c
@ -91,7 +131,7 @@ set (CLDLL_SOURCES @@ -91,7 +131,7 @@ set (CLDLL_SOURCES
input_xash3d.cpp
scoreboard.cpp
MOTD.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 aghl ../dlls/aghl .. )
if(USE_VOICEMGR)
#set(CLDLL_SOURCES

28
dlls/CMakeLists.txt

@ -126,6 +126,34 @@ set (SVDLL_SOURCES @@ -126,6 +126,34 @@ set (SVDLL_SOURCES
world.cpp
xen.cpp
zombie.cpp
aghl/agadmin.cpp
aghl/agadmincache.cpp
aghl/agarena.cpp
aghl/agclient.cpp
aghl/agcommand.cpp
aghl/agctf.cpp
aghl/agdom.cpp
aghl/aggame.cpp
aghl/aggamemode.cpp
aghl/aggamerules.cpp
aghl/agglobal.cpp
aghl/aginfointermission.cpp
aghl/aglms.cpp
aghl/aglocation.cpp
aghl/aglocationcache.cpp
aghl/agmatch.cpp
aghl/agmsgstat.cpp
aghl/agscore.cpp
aghl/agscorecache.cpp
aghl/agscorelog.cpp
aghl/agsettings.cpp
aghl/agspectator.cpp
aghl/agstats.cpp
aghl/agsuddendeath.cpp
aghl/agtimeout.cpp
aghl/agtimer.cpp
aghl/agvote.cpp
aghl/agwallhack.cpp
../pm_shared/pm_debug.c
../pm_shared/pm_math.c
../pm_shared/pm_shared.c

Loading…
Cancel
Save