docs: Add examples

This commit is contained in:
James Westman 2021-10-27 00:24:28 -05:00
parent f2f6bcc198
commit 55e08e4f52
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
6 changed files with 325 additions and 0 deletions

View file

@ -2,6 +2,8 @@ project('gtk-blueprint-tool',
version: '0.1.0',
)
subdir('docs')
prefix = get_option('prefix')
libdir = join_paths(prefix, get_option('libdir'))