aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/protobuf-config.cmake.in
Commit message (Collapse)AuthorAge
* protobuf_generate(): add relative path to output dirGravatar Markus Heß2018-07-10
| | | | | | | 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 ↵Gravatar Steffen Wittmeier2018-06-25
| | | | protobuf_generate command
* cmake: Fix DEPENDS of add_custom_command in protobuf_generateGravatar Christian von Arnim2018-05-15
|
* cmake: Add parameter PROTOC_OUT_DIR to protobuf_generateGravatar Christian von Arnim2018-05-14
|
* cmake: Use GENERATE_EXTENSIONS parameter in protobuf_generateGravatar Christian von Arnim2018-05-14
|
* cmake: privately add sources to targetsGravatar Ben Boeckel2018-01-19
| | | | | Public sources get added to dependencies of the target as well which can cause duplicate symbols.
* protobuf_generate: create include path only for proto filesGravatar Markus Heß2017-09-29
|
* protobuf_generate: add EXPORT_MACRO optionGravatar Markus Heß2017-09-22
|
* fix protobuf_generate functionGravatar Markus Heß2017-09-12
|
* add protobuf_generate function, allows use of target_sources where availableGravatar Walter Gray2017-06-02
|
* CMake: Auto find ZLIB from package config if neddedGravatar Konstantin Podsvirov2016-08-02
|
* CMake project updatesGravatar Konstantin Podsvirov2016-06-04
| | | | | | | | | 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_PREFIXGravatar Walter Gray2016-05-28
|
* remove useless cleanup - config.cmake files are executed in their own context.Gravatar Walter Gray2016-05-26
|
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* CMake installation now compatible with origin FindProtobuf moduleGravatar Konstantin Podsvirov2015-08-02
|
* Parsing version from configure.ac for CMake projectGravatar Konstantin Podsvirov2015-08-01
|
* Install protobuf from cmake projectGravatar Konstantin Podsvirov2015-07-31
Additional export as "protobuf" package for importing from other cmake projects