Binaries aren't installed when `BUILD_SHARED_LIBS=ON`
Open
- Dominant language
- C++
- Stars
- 1.8k
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
When building with shared libraries, `woff2_decompress`, `woff2_compress`, and `woff2_info` [aren't included as targets](https://github.com/google/woff2/blob/v1.0.2/CMakeLists.txt#L271). They should be installed regardless of whether the libraries are built as static or shared.
Contributor guide
Assessment
This issue has not been assessed yet.