summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2016-11-25enh: Configure and install pkg-config .pc fileAndreas Schuh1-0/+14
2016-11-24enh: Add option to add installation to CMake’s package registryAndreas Schuh1-0/+38
2016-11-24fix: Copy missing IMPORTED_IMPLIB_<CONFIG> gflags target propertyAndreas Schuh1-0/+1
2016-11-24enh: Avoid use of install(EXPORTS) FILE optionAndreas Schuh1-1/+1
2016-03-01cmake: Rename targets to gflags[_nothreads]_(static|shared), supportAndreas Schuh1-10/+42
2016-03-01cmake: Change CMake package configuration variable name prefix to GFLAGS_Andreas Schuh1-60/+85
2016-03-01cmake: Add CMake variable to cache only when gflags is not a subprojectAndreas Schuh1-1/+68
2015-03-25#110 Set gflags_LIBRARIES to value of gflags_TARGET instead of "gflags"Andreas Schuh1-1/+1
2015-03-25#110 Add "gflags" import target and gflags_TARGETAndreas Schuh1-12/+64
2015-03-24#105 Add gflags_SHARED and gflags_NOTHREADED gflags-config.cmake optionsAndreas Schuh1-2/+34
2015-03-24#101 Enable C language again as long as FindThreads requires itAndreas Schuh7-905/+0
2015-03-24#104 Set INTERFACE_INCLUDE_DIRECTORIES of (imported) targetsAndreas Schuh1-0/+4
2014-05-02Support alternative namespaces in GFLAGS_NAMESPACE CMake variable.Andreas Schuh1-1/+3
2014-04-07Fix compatibility with older versions of CMakeshawke1-1/+1
2014-03-27Add GFLAGS_INCLUDE_DIR CMake variable (Fixes issue #80).Andreas Schuh1-6/+6
2014-03-20Fix architecture used for RPM packages and DEB/RPM package file names.Andreas Schuh1-24/+7
2014-03-20Use dpkg --print-architecture also for RPM generator.Andreas Schuh1-0/+10
2014-03-20Set additional DEB CPack variables in package.cmake.in.Andreas Schuh1-2/+4
2014-03-20Fix bugs in package configuration file.Andreas Schuh1-2/+2
2014-03-20Set RPM CPack variables already in CMakeList.txt.Andreas Schuh1-5/+0
2014-03-20Set RPM generator specific variables.Andreas Schuh1-0/+5
2014-03-20Enable packaging of library using CPack.Andreas Schuh2-0/+58
2014-03-19Convert line endings to Unix format.unknown1-181/+181
2014-03-18Fix check for pthreads library on Ubuntu.Andreas Schuh2-179/+219
2014-03-18Add missing CheckTypeSizeMap.cmake.in file.Andreas Schuh1-0/+1
2014-03-18Fix DLL build on Windows and use PathMatchSpec instead of fnmatch.Andreas Schuh1-0/+10
2014-03-18Modify CheckTypeSize.cmake module so it works with older CMake versions.Andreas Schuh1-3/+4
2014-03-17Minor CMake coding style change of version_numbers function.Andreas Schuh1-16/+16
2014-03-17Pass --test_tmpdir and --srcdir to unittests.Andreas Schuh1-2/+4
2014-03-17Add missing execute_test.cmake script.Andreas Schuh2-1/+54
2014-03-17Rename FindThreadsCXX module.Andreas Schuh1-0/+0
2014-03-17Fix typo in documentation and path of execute_test.cmake script.Andreas Schuh1-2/+2
2014-03-17Modify CheckCXXLibraryExists to use CMakeFiles directory.Andreas Schuh1-2/+2
2014-03-17Add CheckCXXLibraryExists.cmake module and use it in FindTreadsCXX.cmake.Andreas Schuh2-5/+85
2014-03-17Fix previous change of FindThreadsCxx.cmake by copying needed source file fro...Andreas Schuh2-39/+2
2014-03-17Use CheckForPthreads.cxx to find pthreads library on Ubuntu.Andreas Schuh2-1/+39
2014-03-17* fixed letter case of included file namesAndreas Franek1-1/+1
2014-03-15Fix build with Xcode 5, system checks, set LANGUAGE to CXX.Andreas Schuh4-0/+782
2014-03-14Migrate unit tests to CMake/CTest. Fix preprocessor directive in gflags_unitt...Andreas Schuh1-0/+35
2013-08-01Set PACKAGE_VERSION_EXACT to FALSE if major.minor version is not equal to the...Andreas Schuh1-4/+5
2013-08-01Move definition of configure_sources CMake function to utils module.Andreas Schuh1-10/+17
2013-07-31Configure and install CMake package configuration file to help find_package l...Andreas Schuh3-0/+83