almost done
[colorflood] / colorflood / src / CMakeLists.txt
index d6a5f59..40dea92 100644 (file)
 # GNU General Public License for more details.
 
 set(src
+  colorbuttons.cpp
+  colorscheme.cpp
   field.cpp
   main.cpp
   window.cpp
-  colorscheme.cpp
   )
 
 set(moc
+  colorbuttons.hpp
   field.hpp
+  fullscreenexitbutton.hpp
   window.hpp
   )