mirror of
https://github.com/google/brotli.git
synced 2026-09-22 06:35:52 +00:00
[PR #1251] Add cmake targets to installation #1817
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1251
Author: @bmarques1995
Created: 2/6/2025
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
7a596b8Add cmake targets to installationa3fa106Merge branch 'master' into master19c7ef7Merge branch 'master' into master📊 Changes
2 files changed (+33 additions, -1 deletions)
View changed files
📝
CMakeLists.txt(+30 -1)➕
cmake/config.cmake.in(+3 -0)📄 Description
This PR is to add cmake package targets, with them is possible to:
find_package(brotli)target_link_libraries(<TARGET_NAME> <LINK_MODE> brotli::brotlienc)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.