Skip to content

Commit

Permalink
msgpack: install headers
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Lachnit <[email protected]>
  • Loading branch information
stephanlachnit authored and jpakkane committed Oct 17, 2024
1 parent 90fdc28 commit 29654d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -2428,6 +2428,7 @@
"msgpack-cxx"
],
"versions": [
"6.1.1-2",
"6.1.1-1",
"6.1.0-2",
"6.1.0-1",
Expand Down
5 changes: 4 additions & 1 deletion subprojects/packagefiles/msgpackc-cxx/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'msgpack-cxx', 'cpp',
version: '6.1.1',
meson_version: '>=0.47.0',
meson_version: '>=0.48.0',
)

args = []
Expand Down Expand Up @@ -33,4 +33,7 @@ msgpack_cxx_dep = declare_dependency(
dependencies: boost_dep,
)

install_headers('include/msgpack.hpp')
install_subdir('include/msgpack', install_dir: get_option('includedir'))

subdir('test')

0 comments on commit 29654d7

Please sign in to comment.