Skip to content

Commit

Permalink
added pkgconfig for meson
Browse files Browse the repository at this point in the history
  • Loading branch information
likle committed Feb 3, 2024
1 parent f45a23a commit 982e860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,6 @@ cwalk_dep = declare_dependency(include_directories: 'include', link_with: cwalk)
if get_option('ENABLE_TESTS')
subdir('test')
endif

pkg = import('pkgconfig')
pkg.generate(cwalk)

0 comments on commit 982e860

Please sign in to comment.