gflags/cmake
Andreas Schuh 659b440f9e Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.
The first element in the GFLAGS_NAMESPACE list is used as primary/default namespace. The symbols are then imported from this primary namespace into each of the other alternative namespaces with the using keyword. This is in particular used to maintain backwards compatibility with previous gflags library versions that used the "google" namespace instead of the new default "gflags" namespace.
2014-05-02 14:56:58 +01:00
..
CheckCXXLibraryExists.cmake Modify CheckCXXLibraryExists to use CMakeFiles directory. 2014-03-17 13:25:04 +00:00
CheckForPthreads.cxx Fix check for pthreads library on Ubuntu. 2014-03-18 22:39:59 +00:00
CheckTypeSize.c.in Fix build with Xcode 5, system checks, set LANGUAGE to CXX. 2014-03-15 14:15:33 +00:00
CheckTypeSize.cmake Modify CheckTypeSize.cmake module so it works with older CMake versions. 2014-03-18 21:59:48 +00:00
CheckTypeSizeMap.cmake.in Add missing CheckTypeSizeMap.cmake.in file. 2014-03-18 22:06:13 +00:00
CMakeCXXInformation.cmake Fix compatibility with older versions of CMake 2014-04-07 18:03:26 +02:00
config.cmake.in Configure and install CMake package configuration file to help find_package locate the gflags package. 2013-07-31 23:55:50 +01:00
execute_test.cmake Add missing execute_test.cmake script. 2014-03-17 16:12:56 +00:00
FindThreadsCXX.cmake Convert line endings to Unix format. 2014-03-19 15:27:08 +01:00
package.cmake.in Fix architecture used for RPM packages and DEB/RPM package file names. 2014-03-20 20:21:30 +00:00
README_runtime.txt Enable packaging of library using CPack. 2014-03-20 02:11:44 +00:00
utils.cmake Support alternative namespaces in GFLAGS_NAMESPACE CMake variable. 2014-05-02 14:56:58 +01:00
version.cmake.in Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the requested version. 2013-08-01 00:27:40 +01:00