diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-17 15:24:11 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-01-09 10:26:53 +0100 |
commit | 6f60ccf08e4878d0688ddaefd906290a2998a148 (patch) | |
tree | 6e268040cfc1ea72fa577441398ecd790553df24 /vendor/sqlite-files.json | |
parent | 9acdd75d04f335313a6c491599b5c7559d6458c7 (diff) | |
download | qtlocation-mapboxgl-6f60ccf08e4878d0688ddaefd906290a2998a148.tar.gz |
[build] generate header maps instead of -files.txt
Diffstat (limited to 'vendor/sqlite-files.json')
-rw-r--r-- | vendor/sqlite-files.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/vendor/sqlite-files.json b/vendor/sqlite-files.json new file mode 100644 index 0000000000..433985ce32 --- /dev/null +++ b/vendor/sqlite-files.json @@ -0,0 +1,10 @@ +{ + "//": "This file is generated. Do not edit. Regenerate it with scripts/generate-file-lists.js", + "sources": [ + "vendor/sqlite/src/sqlite3.c" + ], + "public_headers": { + "sqlite3.h": "vendor/sqlite/include/sqlite3.h" + }, + "private_headers": {} +} |