Skip to content

Commit

Permalink
Meson export dependency
Browse files Browse the repository at this point in the history
Version bump 2.1.1
  • Loading branch information
felixjones committed Feb 28, 2023
1 parent 811afa6 commit 25eae23
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#===============================================================================

project('agbabi', 'c',
version: '2.1.0',
version: '2.1.1',
license: 'Zlib',
meson_version: '>=0.56.2',
default_options: [
Expand Down Expand Up @@ -78,3 +78,10 @@ agbabi = static_library('agbabi',
agbabi_arm.extract_all_objects(recursive: false),
agbabi_thumb.extract_all_objects(recursive: false)
])

agbabi_dep = declare_dependency(
include_directories: includes,
link_with: agbabi,
version: meson.project_version())

meson.override_dependency('agbabi', agbabi_dep)

0 comments on commit 25eae23

Please sign in to comment.