From 512056aeed28da2f22c9b2af25cf3968067cc8b6 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 2 May 2009 21:53:27 +0000 Subject: [PATCH] - added EmptyTexture.cpp to CMakeLists.txt. SVN r1568 (trunk) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b44b7e523..c5dbb17a7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -693,6 +693,7 @@ add_executable( zdoom WIN32 textures/pcxtexture.cpp textures/pngtexture.cpp textures/rawpagetexture.cpp + textures/emptytexture.cpp textures/texture.cpp textures/texturemanager.cpp textures/tgatexture.cpp