mirror of
https://github.com/google/brotli.git
synced 2024-11-12 15:10:15 +00:00
Also install the brotli headers when building the shared libraries. #326
This commit is contained in:
parent
a9f2344f41
commit
89a77a94bb
@ -181,6 +181,7 @@ if(NOT BROTLI_BUNDLED_MODE)
|
||||
install (TARGETS bro RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||
|
||||
if(BUILD_SHARED_LIBS)
|
||||
install(DIRECTORY include/brotli DESTINATION include)
|
||||
if(WIN32)
|
||||
install(TARGETS ${BROTLI_LIBRARIES_CORE} RUNTIME DESTINATION bin)
|
||||
else()
|
||||
|
Loading…
Reference in New Issue
Block a user