Browse Source

Merge pull request #421 from lt-holman/install_header_file

install json_object_iterator.h header file
tags/json-c-0.14-20200419
Eric Haszlakiewicz GitHub 7 years ago
parent
commit
fb042f449b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -71,6 +71,7 @@ set(JSON_C_PUBLIC_HEADERS
./json_c_version.h ./json_c_version.h
./json_inttypes.h ./json_inttypes.h
./json_object.h ./json_object.h
./json_object_iterator.h
./json_pointer.h ./json_pointer.h
./json_tokener.h ./json_tokener.h
./json_util.h ./json_util.h


Loading…
Cancel
Save