aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/install.cmake
Commit message (Collapse)AuthorAge
* Replace handwritten protobuf-targets with exported version.Gravatar Walter Gray2016-06-06
|
* 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 if(TRUE)Gravatar Walter Gray2016-05-26
|
* added missing closing bracket for _cmakedir_desc in cmake/install.cmake line 88Gravatar Jeff Merver2016-05-21
|
* add protobuf:: namespace to installed targetsGravatar Walter Gray2016-05-20
|
* Fix the cmake configuration file install path to be more standards compliant ↵Gravatar Walter Gray2016-05-19
| | | | (See the description of cmake's config search behavior on https://cmake.org/cmake/help/v3.4/command/find_package.html)
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Install headers from extract_includes for all platformsGravatar Konstantin Podsvirov2015-08-04
|
* Install well-known type proto files from CMake projectGravatar Konstantin Podsvirov2015-08-03
|
* CMake installation now compatible with origin FindProtobuf moduleGravatar Konstantin Podsvirov2015-08-02
|
* Install protobuf from cmake projectGravatar Konstantin Podsvirov2015-07-31
Additional export as "protobuf" package for importing from other cmake projects