[cmake-developers] adding FindJsonCpp
Ben Boeckel
ben.boeckel at kitware.com
Wed Jun 29 08:09:05 EDT 2016
On Wed, Jun 29, 2016 at 11:02:30 +0200, Farbos a wrote:
> I would like to add a find module: FindJsonCpp.cmake that I attached.
> the library github: https://github.com/open-source-parsers/jsoncpp.
>
> This library allows JSON manipulation. It's used by more than one
> person and I think it could useful to add a find module for this
> library.
The library builds using CMake and rather than using more code to find
itself, it should instead create a package configuration file which
contains the exact information CMake needs to use its install tree. See
the docs:
https://cmake.org/cmake/help/latest/manual/cmake-packages.7.html#creating-packages
Please consider contributing such support to the upstream project.
Thanks,
--Ben
More information about the cmake-developers
mailing list