mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- updated CMakeLists.txt for intermission changes.
SVN r2921 (trunk)
This commit is contained in:
parent
ec3e4bb7c7
commit
0595724d68
1 changed files with 2 additions and 1 deletions
|
@ -635,7 +635,6 @@ add_executable( zdoom WIN32
|
||||||
doomstat.cpp
|
doomstat.cpp
|
||||||
dsectoreffect.cpp
|
dsectoreffect.cpp
|
||||||
dthinker.cpp
|
dthinker.cpp
|
||||||
f_finale.cpp
|
|
||||||
f_wipe.cpp
|
f_wipe.cpp
|
||||||
farchive.cpp
|
farchive.cpp
|
||||||
files.cpp
|
files.cpp
|
||||||
|
@ -789,6 +788,8 @@ add_executable( zdoom WIN32
|
||||||
g_shared/sbar_mugshot.cpp
|
g_shared/sbar_mugshot.cpp
|
||||||
g_shared/shared_hud.cpp
|
g_shared/shared_hud.cpp
|
||||||
g_shared/shared_sbar.cpp
|
g_shared/shared_sbar.cpp
|
||||||
|
intermission/intermission.cpp
|
||||||
|
intermission/intermission_parse.cpp
|
||||||
menu/colorpickermenu.cpp
|
menu/colorpickermenu.cpp
|
||||||
menu/joystickmenu.cpp
|
menu/joystickmenu.cpp
|
||||||
menu/listmenu.cpp
|
menu/listmenu.cpp
|
||||||
|
|
Loading…
Reference in a new issue