changeset 1975:611a1ae4457b

Added Clipboard class files to project.
author thegusty999
date Fri, 28 Oct 2011 07:59:21 +0000
parents a8008e932a7a
children bb6612959961
files CMakeLists.txt
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Oct 28 07:58:06 2011 +0000
+++ b/CMakeLists.txt	Fri Oct 28 07:59:21 2011 +0000
@@ -225,6 +225,7 @@
   ./src/gui/sound.h
   ./src/gui/tooltip.h
   ./src/gui/optionswindow.h
+  ./src/gui/clipboard.h
 )
 
 IF(NO_TINYXML)
@@ -347,6 +348,7 @@
   ./src/gui/sound.cpp
   ./src/gui/tooltip.cpp
   ./src/gui/optionswindow.cpp
+  ./src/gui/clipboard.cpp
 )
  
 IF(BUILD_TOOLS)