Closed alex-tee closed 2 years ago
actually it looks like they are not installed since 1.0.0
0.5.14 is the last release that installs the include dirs
Please try to use make install HEADERS=1
instead of make install
.
As far as I remember, I have introduced this option to not to pollute typical installations with header files.
Anyway, I think I need to move this option to make config
.
Thanks, I think this should be on by default though. Every single library installs its headers when you run the install command with make/meson/cmake/waf/etc.
Just released 1.0.4 version with updated build scripts. Now should be fine for you. Please verify.
https://github.com/lsp-plugins/lsp-dsp-lib/releases/tag/1.0.4
it works, thanks!!
Looks like
make install
does not install the include dirs