summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2016-11-25Revert "enh: Rename private sources, include public headers with rel path"Andreas Schuh1-2/+2
2016-11-25enh: Rename private sources, include public headers with rel pathAndreas Schuh1-2/+2
2016-11-25enh: Configure and install pkg-config .pc fileAndreas Schuh1-7/+16
2016-11-25enh: Set GFLAGS_IS_A_DLL in INTERFACE_COMPILE_DEFINITIONSAndreas Schuh1-18/+18
2016-11-24fix: Ensure installation path uses forward slashesAndreas Schuh1-0/+5
2016-11-24enh: Add option to add installation to CMake’s package registryAndreas Schuh1-1/+8
2016-11-24enh: Avoid use of install(EXPORTS) FILE optionAndreas Schuh1-4/+5
2016-03-04fix: Change SOVERSION to <major>.<minor> for 2.x release versionsAndreas Schuh1-1/+6
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh1-14/+24
2016-03-01cmake: Add CMake variable to cache only when gflags is not a subprojectAndreas Schuh1-92/+224
2016-03-01fix: Package URLsAndreas Schuh1-2/+2
2016-02-29cmake: Clean up static library filename suffix code from PR #126Andreas Schuh1-10/+7
2016-02-29Merge pull request #126 from hevy-CC4477/masterAndreas Schuh1-2/+11
2016-02-27properly export the .so minor versionEvan Klitzke1-1/+1
2016-01-29Define NO_THREADS in when building without threadsSam Clegg1-1/+1
2015-11-05handle generation of dynamic and static library on windows.Arnaud Farbos1-2/+11
2015-04-03#113 Require CMake >= 2.8.12Andreas Schuh1-17/+8
2015-03-25#106 Add test of gflags-config.cmake package configurationAndreas Schuh1-2/+0
2015-03-24#104 Fix library include directories settingsAndreas Schuh1-6/+5
2015-03-24fixup: Package configurationAndreas Schuh1-2/+2
2015-03-24fix: Extension of README file for PackageMakerAndreas Schuh1-2/+5
2015-03-24#101 Enable C language again as long as FindThreads requires itAndreas Schuh1-1/+9
2015-03-24cmake: Set version of master branch to next release versionAndreas Schuh1-1/+1
2015-03-24#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targetsAndreas Schuh1-25/+41
2015-03-24fix: File paths and package URLsAndreas Schuh1-5/+5
2015-03-24#103 Silence CMake warning regarding CMP0042 (MACOS_RPATH)Andreas Schuh1-0/+4
2015-03-24cmake: Add advanced cache entries for GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIRAndreas Schuh1-2/+4
2014-07-17cmake: Do not cache GFLAGS_NAMESPACE and GFLAGS_INCLUDE_DIR.Andreas Schuh1-4/+6
2014-07-17Change default GFLAGS_NAMESPACE to "google;gflags" and add GFLAGS_INCLUDE_DIR...Andreas Schuh1-2/+3
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh1-9/+36
2014-05-02Use major version number only as SOVERSION.Andreas Schuh1-5/+4
2014-05-01Set VERSION property of library targets to <major>.<minor>.Andreas Schuh1-0/+5
2014-05-01Use LIB_INSTALL_DIR to initialize LIBRARY_INSTALL_DIR.Andreas Schuh1-5/+8
2014-05-01Make LIBRARY_INSTALL_DIR configurable by the user.Andreas Schuh1-2/+8
2014-05-01cmake: append LIB_SUFFIX to LIBRARY_INSTALL_DIRJohn Khvatov1-2/+2
2014-03-30Set CPACK_PACKAGE_ARCHITECTURE to darwin on Mac OS.Andreas Schuh1-0/+2
2014-03-30Bump version to 2.1.1.Andreas Schuh1-1/+1
2014-03-27Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).Andreas Schuh1-3/+12
2014-03-25Use GFLAGS_IS_A_DLL=1 in public headers if BUILD_SHARED_LIBS is enabled (Fixe...Andreas Schuh1-0/+9
2014-03-20Resolve conflicts upon pull.Andreas Schuh1-6/+7
2014-03-20Set package architecture to i386 when compiling with -m32.Andreas Schuh1-0/+19
2014-03-20Fix architecture used for RPM packages and DEB/RPM package file names.Andreas Schuh1-5/+21
2014-03-20Change version to 2.1.0, i.e., use common semantic versioning system includin...Andreas Schuh1-1/+1
2014-03-20Set additional DEB CPack variables in package.cmake.in.Andreas Schuh1-1/+1
2014-03-20Change package vendor to just a name.Andreas Schuh1-1/+1
2014-03-20Set RPM CPack variables already in CMakeList.txt.Andreas Schuh1-1/+6
2014-03-20Set RPM generator specific variables.Andreas Schuh1-0/+1
2014-03-20Correct CPack package description file.Andreas Schuh1-1/+1
2014-03-20Fix build of threaded library on Unix by adding the appropriate link library.Andreas Schuh1-0/+3
2014-03-20Change mode of text file.Andreas Schuh1-0/+0