blob: 7a4caed2cdcdf3db328ff147635bd2a461b47d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff --git a/meson.build b/meson.build
index 9633c63..12a803f 100644
--- a/meson.build
+++ b/meson.build
@@ -66,6 +66,13 @@ else
)
endif
+import('pkgconfig').generate(
+ stc_lib,
+ name: 'stc',
+ description: 'A modern, user friendly, generic, type-safe and fast C99 container library.',
+ url: 'https://github.com/stclib/STC',
+)
+
install_headers(
'include/stc/algorithm.h',
'include/stc/arc.h',
|