summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Holman <keith.holman@windriver.com>2018-06-07 13:19:27 -0400
committerKeith Holman <keith.holman@windriver.com>2018-06-07 13:19:27 -0400
commit37a2edf468967170ee4f3f5641634cd709d8831f (patch)
tree95aefa4bbeb73b66b1096bfe007895df56d69d8f
parent4bbc72f6337b87a8c19b1dd5a8e416056d6dfbd1 (diff)
downloadjson-c-37a2edf468967170ee4f3f5641634cd709d8831f.tar.gz
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>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e8d40f..967eff3 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