From: Keith Holman Date: Thu, 7 Jun 2018 17:19:27 +0000 (-0400) Subject: install json_object_iterator.h header file X-Git-Tag: json-c-0.14-20200419~122^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F421%2Fhead;p=thirdparty%2Fjson-c.git 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 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e8d40fb..967eff32 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,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