diff options
author | Brad King <brad.king@kitware.com> | 2015-01-13 15:36:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-01-13 19:42:00 (GMT) |
commit | a263d519fffab082fc31f8e3f454726e3fbd8363 (patch) | |
tree | b216dfd95f70c3e9b2c12d8b37c872e16b176077 /Utilities/cmjsoncpp/include/json/json.h | |
parent | 32fd56b066c28758e31ae97d4b16216b3633a843 (diff) | |
parent | 53f6ccb0ee76a2b9ac40abd5ec5e07aa55fbb393 (diff) | |
download | CMake-a263d519fffab082fc31f8e3f454726e3fbd8363.zip CMake-a263d519fffab082fc31f8e3f454726e3fbd8363.tar.gz CMake-a263d519fffab082fc31f8e3f454726e3fbd8363.tar.bz2 |
Merge branch 'jsoncpp-upstream' into import-jsoncpp
Use a subtree merge to place the upstream content in the
Utilities/cmjsoncpp directory.
Diffstat (limited to 'Utilities/cmjsoncpp/include/json/json.h')
-rw-r--r-- | Utilities/cmjsoncpp/include/json/json.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Utilities/cmjsoncpp/include/json/json.h b/Utilities/cmjsoncpp/include/json/json.h new file mode 100644 index 0000000..8f10ac2 --- /dev/null +++ b/Utilities/cmjsoncpp/include/json/json.h @@ -0,0 +1,15 @@ +// Copyright 2007-2010 Baptiste Lepilleur +// Distributed under MIT license, or public domain if desired and +// recognized in your jurisdiction. +// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE + +#ifndef JSON_JSON_H_INCLUDED +#define JSON_JSON_H_INCLUDED + +#include "autolink.h" +#include "value.h" +#include "reader.h" +#include "writer.h" +#include "features.h" + +#endif // JSON_JSON_H_INCLUDED |