tAdd basic cmake support for GUI clients. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 30d09236e1d23542ce98d663057b2ae87c04ee57
 (DIR) parent 2059479f9968028035f40e2121d4864e2076d032
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Sun, 21 Jun 2015 17:46:16 -0700
       
       Add basic cmake support for GUI clients.
       
       Diffstat:
         A src/gui_client/CMakeLists.txt       |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/gui_client/CMakeLists.txt b/src/gui_client/CMakeLists.txt
       t@@ -0,0 +1,2 @@
       +add_library(guiclient gtk_client.c gtk_client.h optdialog.c optdialog.h
       +            newgamedia.c newgamedia.h dopewars-pill.xpm)