cmake: enable shared-only build #318

Closed
opened 2026-01-29 20:41:55 +00:00 by claunia · 1 comment
Owner

Originally created by @dilyanpalauzov on GitHub (Apr 23, 2020).

  • Add option to cmake to build shared only librarie
  • Add option to cmake to link the brotli executable with the shared libraries (even if static libraries are built)
Originally created by @dilyanpalauzov on GitHub (Apr 23, 2020). * Add option to cmake to build shared only librarie * Add option to cmake to link the brotli executable with the shared libraries (even if static libraries are built)
Author
Owner

@eustas commented on GitHub (Jan 6, 2023):

Fixed. Use BUILD_SHARED_LIBS={ON|OFF}

@eustas commented on GitHub (Jan 6, 2023): Fixed. Use `BUILD_SHARED_LIBS={ON|OFF}`
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#318