[PR #1172] [CLOSED] Add cmake version and target #1737

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1172
Author: @bmarques1995
Created: 5/26/2024
Status: Closed

Base: masterHead: master


📝 Commits (4)

  • 5b4f9a7 Add cmake version and target
  • 5ed95cc Merge branch 'master' into master
  • 515c256 Merge branch 'master' into master
  • 0e8ddf7 Merge branch 'master' into master

📊 Changes

2 files changed (+31 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+28 -1)
cmake/config.cmake.in (+3 -0)

📄 Description

This commit will add a cmake target, which is possible to use the command find_package(Brotli) in cmake


🔄 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/1172 **Author:** [@bmarques1995](https://github.com/bmarques1995) **Created:** 5/26/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`5b4f9a7`](https://github.com/google/brotli/commit/5b4f9a72f07141dd79d5a6f577ac2f8cbc031be7) Add cmake version and target - [`5ed95cc`](https://github.com/google/brotli/commit/5ed95cc13f99decf2e00a3d0b18005f9585fb02e) Merge branch 'master' into master - [`515c256`](https://github.com/google/brotli/commit/515c256a98479d070976d488c39189f837fba934) Merge branch 'master' into master - [`0e8ddf7`](https://github.com/google/brotli/commit/0e8ddf737849081ee263549d5fdf353abcc6459f) Merge branch 'master' into master ### 📊 Changes **2 files changed** (+31 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+28 -1) ➕ `cmake/config.cmake.in` (+3 -0) </details> ### 📄 Description This commit will add a cmake target, which is possible to use the command `find_package(Brotli)` in cmake --- <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:55:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1737