]> granicus.if.org Git - json-c/commit
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)
commit37a2edf468967170ee4f3f5641634cd709d8831f
tree95aefa4bbeb73b66b1096bfe007895df56d69d8f
parent4bbc72f6337b87a8c19b1dd5a8e416056d6dfbd1
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>
CMakeLists.txt