grim/guifications3

a few cleanups
cmake
2010-12-13, Gary Kramlich
c6379cfc129b
Parents ab7df4da5244
Children 1054953264ee
a few cleanups
we shouldn't need the ${CMAKE_SOURCE_DIR}/gflib include_directory, but right now it's fine
--- a/gflib/CMakeLists.txt Mon Dec 13 00:29:13 2010 -0600
+++ b/gflib/CMakeLists.txt Mon Dec 13 00:35:07 2010 -0600
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 2.8)
###############################################################################
-# project info
+# Project Info
###############################################################################
project(gflib C)
@@ -46,8 +46,9 @@
###############################################################################
# Build Info
###############################################################################
-include_directories(gflib
+include_directories(
${CMAKE_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/gflib
${CMAKE_BINARY_DIR}
${CMAKE_BINARY_DIR}/gflib
${GLIB_INCLUDE_DIRS}