Skip to content

Commit

Permalink
Merge pull request #5 from jekstrand/install-libdxg
Browse files Browse the repository at this point in the history
meson: Install libdxg
  • Loading branch information
spronovo authored Nov 10, 2021
2 parents 16afc07 + 29e52bf commit cd294e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ libdxg = library(
version: '1.0.0',
include_directories : inc_dirs,
cpp_args: cppargs,
dependencies: [dep_dxheaders])
dependencies: [dep_dxheaders],
install: true)

dep_libdxg = declare_dependency(
link_with : libdxg,
Expand Down

0 comments on commit cd294e2

Please sign in to comment.