We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811afa6 commit 25eae23Copy full SHA for 25eae23
meson.build
@@ -8,7 +8,7 @@
8
#===============================================================================
9
10
project('agbabi', 'c',
11
- version: '2.1.0',
+ version: '2.1.1',
12
license: 'Zlib',
13
meson_version: '>=0.56.2',
14
default_options: [
@@ -78,3 +78,10 @@ agbabi = static_library('agbabi',
78
agbabi_arm.extract_all_objects(recursive: false),
79
agbabi_thumb.extract_all_objects(recursive: false)
80
])
81
+
82
+agbabi_dep = declare_dependency(
83
+ include_directories: includes,
84
+ link_with: agbabi,
85
+ version: meson.project_version())
86
87
+meson.override_dependency('agbabi', agbabi_dep)
0 commit comments