aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
AgeCommit message (Expand)Author
2015-12-07MSVC MP flag to build with multiple processes in visual studio.Benjamin Bennett
2015-10-15Improved SHARED build from CMake projectKonstantin Podsvirov
2015-09-17Add CMake option protobuf_DEBUG_POSTFIXKonstantin Podsvirov
2015-09-15Rename CMake option BUILD_SHARED_LIBS to protobuf_BUILD_SHARED_LIBSKonstantin Podsvirov
2015-09-15Rename CMake option ZLIB to protobuf_WITH_ZLIBKonstantin Podsvirov
2015-09-15Rename CMake option BUILD_TESTING to protobuf_BUILD_TESTSKonstantin Podsvirov
2015-09-01Using NEW behavior for CMP0022 in CMake projectKonstantin Podsvirov
2015-09-01Option for switching static runtime link policy with MSVCKonstantin Podsvirov
2015-08-31Using find_package(ZLIB) with MSVC tooKonstantin Podsvirov
2015-08-31Improved configure.ac parsingKonstantin Podsvirov
2015-08-12Merge pull request #673 from podsvirov/topic-cmake-installFeng Xiao
2015-08-12only link runtime libraries statically for a static buildJan Tattermusch
2015-08-08make VS build link runtime staticallyJan Tattermusch
2015-08-01Parsing version from configure.ac for CMake projectKonstantin Podsvirov
2015-07-31Install protobuf from cmake projectKonstantin Podsvirov
2015-06-16Make the code independent of config.hJisi Liu
2015-06-05Update ./update_file_lists.sh.Feng Xiao
2015-06-05Add back incorrectly excluded cmake targets.Feng Xiao
2015-06-04Add an cmake option to exclude tests.Feng Xiao
2015-05-31Add cmake support.Feng Xiao