install json_object_iterator.h header file

When building the project using cmake then installing it.  The
definitions in `json_object_iterator.h` are required but not installed
by the cmake install rule.  This patch adds the `json_object_iterator.h`
file to the list of files to install.

Signed-off-by: Keith Holman <keith.holman@windriver.com>
This commit is contained in:
Eric Haszlakiewicz
2018-12-11 20:35:56 -05:00

View File

@@ -66,6 +66,7 @@ set(JSON_C_PUBLIC_HEADERS
./json_c_version.h
./json_inttypes.h
./json_object.h
./json_object_iterator.h
./json_pointer.h
./json_tokener.h
./json_util.h