JsonCppConfig.cmake 357 B

123456789101112
  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 "/home/z/json-cpp/jsoncpp-cmake/include" )
  8. set( JsonCpp_LIBRARIES "/home/z/json-cpp/jsoncpp-cmake/lib/libjsoncpp.a" )