Skip to content

Commit c3c63ee

Browse files
authored
Add meson.build file (#151)
This makes it easier to integrate pythoncapi-compat in Meson based projects.
1 parent ab72af8 commit c3c63ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
project(
2+
'pythoncapi-compat',
3+
'c'
4+
)
5+
6+
incdir = include_directories('.')

0 commit comments

Comments
 (0)