aboutsummaryrefslogtreecommitdiff
path: root/cmake/protobuf-config.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* cmake: privately add sources to targetsBen Boeckel2018-01-191-1/+1
| | | | | Public sources get added to dependencies of the target as well which can cause duplicate symbols.
* protobuf_generate: create include path only for proto filesMarkus Heß2017-09-291-15/+15
|
* protobuf_generate: add EXPORT_MACRO optionMarkus Heß2017-09-221-2/+6
|
* fix protobuf_generate functionMarkus Heß2017-09-121-7/+12
|
* add protobuf_generate function, allows use of target_sources where availableWalter Gray2017-06-021-0/+99
|
* CMake: Auto find ZLIB from package config if neddedKonstantin Podsvirov2016-08-021-0/+3
|
* CMake project updatesKonstantin Podsvirov2016-06-041-13/+4
| | | | | | | | | A series of improvements: - Improved Protobuf module compatibility (disabled by default); - Hide advanced settings; - Added build tree configuration; - Added build of examples.
* Remove __PROTOBUF_PACKAGE_PREFIXWalter Gray2016-05-281-5/+1
|
* remove useless cleanup - config.cmake files are executed in their own context.Walter Gray2016-05-261-4/+0
|
* Down-integrate from google3.Feng Xiao2015-08-221-27/+27
|
* CMake installation now compatible with origin FindProtobuf moduleKonstantin Podsvirov2015-08-021-2/+26
|
* Parsing version from configure.ac for CMake projectKonstantin Podsvirov2015-08-011-0/+2
|
* Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+1
Additional export as "protobuf" package for importing from other cmake projects