Skip to content

Commit 5a1f426

Browse files
committed
Build the otezip executable with meson
1 parent c825d81 commit 5a1f426

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

meson.build

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,13 @@ otezip_dep = declare_dependency(
1616
include_directories: otezip_inc
1717
)
1818

19+
# Build the otezip executable
20+
executable('otezip',
21+
'src/main.c',
22+
link_with: otezip_lib,
23+
include_directories: otezip_inc,
24+
install: false
25+
)
26+
1927
# For subproject usage
2028
otezip_subproject = true

0 commit comments

Comments
 (0)