aboutsummaryrefslogtreecommitdiff
path: root/cmake/protobuf-config.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* protobuf_generate(): add relative path to output dirMarkus Heß2018-07-101-1/+1
| | | | | | | Without this fix, protobuf_generate() sets the variable _generated_srcs to ${protobuf_generate_PROTOC_OUT_DIR}/${_rel_dir}/${_basename}${_ext} but generates the files in ${protobuf_generate_PROTOC_OUT_DIR}/${_basename}${_ext}
* Fixed protobuf_generate output definition for files relative to the ↵Steffen Wittmeier2018-06-251-1/+3
| | | | protobuf_generate command
* cmake: Fix DEPENDS of add_custom_command in protobuf_generateChristian von Arnim2018-05-151-1/+1
|
* cmake: Add parameter PROTOC_OUT_DIR to protobuf_generateChristian von Arnim2018-05-141-3/+7
|
* cmake: Use GENERATE_EXTENSIONS parameter in protobuf_generateChristian von Arnim2018-05-141-4/+4
|
* 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