diff options
Diffstat (limited to 'include/rin')
-rw-r--r-- | include/rin/meson.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/rin/meson.build b/include/rin/meson.build new file mode 100644 index 0000000..cf97cd6 --- /dev/null +++ b/include/rin/meson.build @@ -0,0 +1,9 @@ +headers = [ + 'definitions.h', + 'diagnostic.h', + 'float.h', + 'float_types.h', + 'gpio.h', +] + +install_headers(headers , subdir : 'rin') |