mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-16 01:02:03 +00:00
- Need to add compatibility.cpp and md5.cpp to CMakeLists.txt.
SVN r1403 (trunk)
This commit is contained in:
parent
4e509728a0
commit
7ee11638f2
1 changed files with 741 additions and 739 deletions
|
@ -456,6 +456,7 @@ add_executable( zdoom WIN32
|
|||
c_expr.cpp
|
||||
cmdlib.cpp
|
||||
colormatcher.cpp
|
||||
compatibility.cpp
|
||||
configfile.cpp
|
||||
ct_chat.cpp
|
||||
d_dehacked.cpp
|
||||
|
@ -495,6 +496,7 @@ add_executable( zdoom WIN32
|
|||
m_options.cpp
|
||||
m_png.cpp
|
||||
m_random.cpp
|
||||
md5.cpp
|
||||
mus2midi.cpp
|
||||
name.cpp
|
||||
nodebuild.cpp
|
||||
|
|
Loading…
Reference in a new issue