-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also install the brotli headers when building the shared libraries. #326 #437
Conversation
I think it should be:
|
@eustas OK, that works for me too (let's see later if some Cygwin or MSYS2 maintainers complain...). I updated the pull request. |
I meant, it should be outside of "is shared libs", because when linking statically, includes required as well =) |
@eustas OK, but at the moment we do not install the libraries at all when building in static mode, so the headers are not going to be used anyway. Maybe we want to remove the whole if(BUILD_SHARED_LIBS) here so that we also install the lib & include in static mode too? |
Sounds logical. |
@eustas OK, done. |
One last thing (sorry): any reason not to use paths provided by GNUInstallDirs? |
And CMake wants |
@eustas updated the install directory, but not sure what you mean with your last comment? |
No description provided.