Skip to content

Commit

Permalink
Generate pkg-config files
Browse files Browse the repository at this point in the history
  • Loading branch information
mochaaP committed Jan 13, 2025
1 parent 0ccf9c3 commit 80e1258
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ stc_dep = declare_dependency(
link_with: [stc_lib],
include_directories: inc,
)
import('pkgconfig').generate(
stc_lib,
name: 'Smart Template Containers',
description: 'A modern, user friendly, generic, type-safe and fast C99 container library.',
url: 'https://github.com/stclib/STC',
)

meson.override_dependency('stc', stc_dep)

Expand Down

0 comments on commit 80e1258

Please sign in to comment.