]> granicus.if.org Git - json-c/commitdiff
install json_object_iterator.h header file
authorKeith Holman <keith.holman@windriver.com>
Thu, 7 Jun 2018 17:19:27 +0000 (13:19 -0400)
committerKeith Holman <keith.holman@windriver.com>
Thu, 7 Jun 2018 17:19:27 +0000 (13:19 -0400)
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>
CMakeLists.txt

index 0e8d40fbc883fa429c878bb235ee9e46740dfe16..967eff328b41cebdfbaa86eb12bfc34f690091bc 100644 (file)
@@ -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