aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* MSVC MP flag to build with multiple processes in visual studio.Benjamin Bennett2015-12-071-0/+2
* Improved SHARED build from CMake projectKonstantin Podsvirov2015-10-151-22/+26
* Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov2015-09-171-0/+2
* Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov2015-09-151-4/+4
* Rename CMake option ZLIB to protobuf_WITH_ZLIBKonstantin Podsvirov2015-09-151-5/+5
* Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSKonstantin Podsvirov2015-09-151-3/+3
* Using NEW behavior for CMP0022 in CMake projectKonstantin Podsvirov2015-09-011-0/+3
* Option for switching static runtime link policy with MSVCKonstantin Podsvirov2015-09-011-7/+10
* Using find_package(ZLIB) with MSVC tooKonstantin Podsvirov2015-08-311-12/+14
* Improved configure.ac parsingKonstantin Podsvirov2015-08-311-15/+27
* Merge pull request #673 from podsvirov/topic-cmake-installFeng Xiao2015-08-121-0/+32
|\
| * Parsing version from configure.ac for CMake projectKonstantin Podsvirov2015-08-011-15/+22
| * Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+25
* | only link runtime libraries statically for a static buildJan Tattermusch2015-08-121-12/+13
* | make VS build link runtime staticallyJan Tattermusch2015-08-081-0/+12
|/
* Make the code independent of config.hJisi Liu2015-06-161-7/+7
* Update ./update_file_lists.sh.Feng Xiao2015-06-051-0/+5
* Add back incorrectly excluded cmake targets.Feng Xiao2015-06-051-1/+2
* Add an cmake option to exclude tests.Feng Xiao2015-06-041-2/+4
* Add cmake support.Feng Xiao2015-05-311-0/+70