Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).
authorAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 27 Mar 2014 01:09:20 +0000 (01:09 +0000)
committerAndreas Schuh <andreas.schuh.84@gmail.com>
Thu, 27 Mar 2014 01:09:20 +0000 (01:09 +0000)
commitaff8ef820a165d373ff47614304b337d2082f9dd
tree85cea60e471c971c52b0b81a6e5876b17b991920
parent4aa1984c51d9f5c9484512ee7af3492e948f9cf2
Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).

Both GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR can be used to customize the installation of the gflags library. One specifies the C++ namespace name of the gflags symbols, the other the include subdirectory path of the public header files. By default, both are set to "gflags", but other Google libraries still expect "google" as C++ namespace name, but not necessarily also include path.
CMakeLists.txt
cmake/utils.cmake