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