[PR #421] [MERGED] Add support for CMake's BUILD_SHARED_LIBS option. #326 #1032

Open
opened 2026-01-29 20:52:12 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/421
Author: @fred-wang
Created: 8/27/2016
Status: Merged
Merged: 8/27/2016
Merged by: @eustas

Base: masterHead: cmake-shared-libraries


📝 Commits (1)

  • 074e4ac Add support for CMake's BUILD_SHARED_LIBS option. #326

📊 Changes

1 file changed (+30 additions, -4 deletions)

View changed files

📝 CMakeLists.txt (+30 -4)

📄 Description

This changes allows to build a small brotli binary that relies on shared libraries dec, enc and common (instead of a single binary). In particular this will allows distro maintainers to create independent libbrotli libraries (issue #326).


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/421 **Author:** [@fred-wang](https://github.com/fred-wang) **Created:** 8/27/2016 **Status:** ✅ Merged **Merged:** 8/27/2016 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `cmake-shared-libraries` --- ### 📝 Commits (1) - [`074e4ac`](https://github.com/google/brotli/commit/074e4acd8abf22a2d7f14eac3b7057a5b0b8fecd) Add support for CMake's BUILD_SHARED_LIBS option. #326 ### 📊 Changes **1 file changed** (+30 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+30 -4) </details> ### 📄 Description This changes allows to build a small brotli binary that relies on shared libraries dec, enc and common (instead of a single binary). In particular this will allows distro maintainers to create independent libbrotli libraries (issue #326). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:52:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1032