grim/guifications3

added a macro for adding tests to gflib.cmake (this will need to be made expandable later)
moved testing from ctest to part of the normal build
cmake_minimum_required(VERSION 2.8)
include(gflib)
GFLIB_LIBRARY_PROJECT(gflib-ui 0 0 1 dev)
add_subdirectory(gflib-ui)
add_subdirectory(tests)