JsonCpp.cmake.in 307 B

12345678910111213
  1. # Find the JsonCpp includes and library
  2. #
  3. # JsonCpp_INCLUDE_DIRS - where to find json/json.h
  4. # JsonCpp_LIBRARIES - list of libraries to link against.
  5. # JsonCpp_FOUND - set to 1 if found.
  6. set( JsonCpp_FOUND 1 )
  7. set( JsonCpp_INCLUDE_DIRS "@JsonCpp_INCLUDE@" )
  8. set( JsonCpp_LIBRARIES "@JsonCpp_LIBRARY@" )