Skip to content

Commit

Permalink
meson: add install bits
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Dec 7, 2023
1 parent 42dca8d commit ca9d7c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ VERSION = ke.get_variable('VERSION')
pkg = import('pkgconfig')
pkg.generate(LIBFDPP,
libraries: LIBLOADER,
version: VERSION)
version: VERSION,
install_dir: get_option('libdir') / 'pkgconfig')

install_subdir('include/fdpp', install_dir : 'include')

0 comments on commit ca9d7c5

Please sign in to comment.