diff options
| author | Drew DeVault <sir@cmpwn.com> | 2018-03-28 12:21:50 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2018-03-28 14:43:23 -0400 |
| commit | d39bda76c4007c42452a81883fefc671b816a74b (patch) | |
| tree | 509a9c669bf2679085e27a1ff1b0c95526abf14c /include/meson.build | |
| parent | 653853062f15639c97d02a8d67443506ce3af69d (diff) | |
Address review comments
Diffstat (limited to 'include/meson.build')
| -rw-r--r-- | include/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/meson.build b/include/meson.build new file mode 100644 index 00000000..65ed027a --- /dev/null +++ b/include/meson.build @@ -0,0 +1 @@ +configure_file(output: 'config.h', configuration: conf_data) |
