- added EmptyTexture.cpp to CMakeLists.txt.

SVN r1568 (trunk)
This commit is contained in:
Christoph Oelckers 2009-05-02 21:53:27 +00:00
parent 4d5692bf80
commit 512056aeed
1 changed files with 1 additions and 0 deletions

View File

@ -693,6 +693,7 @@ add_executable( zdoom WIN32
textures/pcxtexture.cpp textures/pcxtexture.cpp
textures/pngtexture.cpp textures/pngtexture.cpp
textures/rawpagetexture.cpp textures/rawpagetexture.cpp
textures/emptytexture.cpp
textures/texture.cpp textures/texture.cpp
textures/texturemanager.cpp textures/texturemanager.cpp
textures/tgatexture.cpp textures/tgatexture.cpp