commit | 751d36583a9ce1a640900c57e13c9b6b8f3a2ba2 | [log] [tgz] |
---|---|---|
author | Laurence Lundblade <laurencelundblade@users.noreply.github.com> | Thu Feb 16 10:25:23 2023 -0800 |
committer | GitHub <noreply@github.com> | Thu Feb 16 18:25:23 2023 +0000 |
tree | 65494c98d8d1779f7d65e52d29f44dbad5f1cb89 | |
parent | b5563429cdfe45e7d3c1df4beab6efc5ea75946e [diff] |
restore inc/qcbor.h for backwards compatibility (#181) A long time ago there was just inc/qcbor.h. This file was moved to inc/qcbor/qcbor.h to facilitate installation in /usr/local/include. inc/qcbor.h was retained for a while, but got lost in a big merge in 2020. This PR restores it. It simply includes inc/qcbor/qcbor.h.
diff --git a/inc/qcbor.h b/inc/qcbor.h new file mode 100644 index 0000000..e5b23e6 --- /dev/null +++ b/inc/qcbor.h
@@ -0,0 +1 @@ +#include "qcbor/qcbor.h"