]> git.ipfire.org Git - thirdparty/json-c.git/commit
Cause the cmake include dirs to also have ${CMAKE_INSTALL_INCLUDEDIR}/json-c, so...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 22 Dec 2021 02:52:37 +0000 (02:52 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 22 Dec 2021 02:52:37 +0000 (02:52 +0000)
commita5c2e11460d8f00f2a3d9da5e179df3d05b91268
tree464a5c11ef8f14a7f74e2e4e31a13ee285807783
parent2d2382d709951c4941ad6ce5e58e5e63c79be786
Cause the cmake include dirs to also have ${CMAKE_INSTALL_INCLUDEDIR}/json-c, so downstream packages that use cmake to link against json-c can choose whether to include headers as just e.g. #include <json_object.h>, if they care to do so.
Update the README to better explain this, and make a few other tweaks.
CMakeLists.txt
README.md