xref: /freebsd/contrib/libcbor/CMakeModules/FindCJSON.cmake (revision 10ff414c14eef433d8157f0c17904d740693933b)
1*10ff414cSEd Masteinclude (LibFindMacros)
2*10ff414cSEd Maste
3*10ff414cSEd Mastefind_path(CJSON_INCLUDE_DIR NAMES cjson/cJSON.h)
4*10ff414cSEd Mastefind_library(CJSON_LIBRARY NAMES cjson)
5*10ff414cSEd Maste
6*10ff414cSEd Masteset(CJSON_PROCESS_INCLUDES CJSON_INCLUDE_DIR)
7*10ff414cSEd Masteset(CJSON_PROCESS_LIBS CJSON_LIBRARY)
8*10ff414cSEd Maste
9*10ff414cSEd Mastelibfind_process(CJSON)
10