aboutsummaryrefslogtreecommitdiff
path: root/cmake/install.cmake
Commit message (Collapse)AuthorAgeFilesLines
* CMake OSX rpath management (#4620)Mizux2018-05-221-0/+14
| | | | | | | | | | | | | | * 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 binariesYangqing Jia2017-11-131-10/+22
|
* CMake: Install .pc FilesAxel Huebl2017-07-231-0/+7
| | | | Adds pkg-config (`.pc`) files for CMake based installs.
* Double-quote file paths in extract_includes.bat.inFeng Xiao2017-03-101-12/+6
| | | | | This allows the file path to contain spaces which is very common on windows.
* fixed cmake config files install pathAdnan2016-07-261-1/+1
| | | | | | | | | | | | | | | | | | | 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.Walter Gray2016-06-061-21/+23
|
* CMake project updatesKonstantin Podsvirov2016-06-041-6/+19
| | | | | | | | | 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)Walter Gray2016-05-261-28/+26
|
* added missing closing bracket for _cmakedir_desc in cmake/install.cmake line 88Jeff Merver2016-05-211-1/+1
|
* add protobuf:: namespace to installed targetsWalter Gray2016-05-201-0/+1
|
* Fix the cmake configuration file install path to be more standards compliant ↵Walter Gray2016-05-191-2/+8
| | | | (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.Feng Xiao2015-08-221-103/+103
|
* Install headers from extract_includes for all platformsKonstantin Podsvirov2015-08-041-1/+1
|
* Install well-known type proto files from CMake projectKonstantin Podsvirov2015-08-031-2/+46
|
* CMake installation now compatible with origin FindProtobuf moduleKonstantin Podsvirov2015-08-021-0/+1
|
* Install protobuf from cmake projectKonstantin Podsvirov2015-07-311-0/+58
Additional export as "protobuf" package for importing from other cmake projects