- # Find the JsonCpp includes and library
- #
- # JsonCpp_INCLUDE_DIRS - where to find json/json.h
- # JsonCpp_LIBRARIES - list of libraries to link against.
- # JsonCpp_FOUND - set to 1 if found.
- set( JsonCpp_FOUND 1 )
- set( JsonCpp_INCLUDE_DIRS "@JsonCpp_INCLUDE@" )
- set( JsonCpp_LIBRARIES "@JsonCpp_LIBRARY@" )
|