]> git.ipfire.org Git - thirdparty/json-c.git/commit
install json_object_iterator.h header file 514/head
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 12 Dec 2018 01:35:56 +0000 (20:35 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 12 Dec 2018 01:35:56 +0000 (20:35 -0500)
commit0daf8dc826495ba3e329d594ea7ea18456d4a5b7
tree8c805d4cc8bcb9af6f09f97425d4d490cea268c0
parent985c46fec39d1d3043f98e8d8cdb9d040131b3bb
parent37a2edf468967170ee4f3f5641634cd709d8831f
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