mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 13:39:06 +08:00
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>
This commit is contained in:
@@ -66,6 +66,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
|
||||
|
||||
Reference in New Issue
Block a user