aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/install.cmake
Commit message (Collapse)AuthorAge
* CMake OSX rpath management (#4620)Gravatar Mizux2018-05-22
| | | | | | | | | | | | | | * CMake: Add comment for CMP0048 * CMake: osx use @rpath/ as target's install name (CMP0042) On MacoS library should use @rpath/ as prefix path instead of absolute build path e.g. otool -L libprotobuf.dylib libprotobuf.dylib: @rpath/libprotobuf.dylib (...) ... * CMake: add rpath to target for LINUX and APPLE
* Allow one to omit building libprotoc and protoc binariesGravatar Yangqing Jia2017-11-13
|
* CMake: Install .pc FilesGravatar Axel Huebl2017-07-23
| | | | Adds pkg-config (`.pc`) files for CMake based installs.
* Double-quote file paths in extract_includes.bat.inGravatar Feng Xiao2017-03-10
| | | | | This allows the file path to contain spaces which is very common on windows.
* fixed cmake config files install pathGravatar Adnan2016-07-26
| | | | | | | | | | | | | | | | | | | Ruby: generated foo.proto -> foo_pb.rb instead of foo.rb. This brings us more into line with other langauges, and makes it more obvious when we are requiring protobuf generated code. Add a script to build protoc zip packages. [ci skip] Change-Id: Ia0e0bf3bb6bd24633dc8f294318bb20ac837f8b9 Ruby: translate package names from snake_case -> PascalCase. Added unit test for PascalCasing package names in Ruby. Added new file to ruby_EXTRA_DIST.
* 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