opnsense-src/contrib/libcbor/CMakeModules/FindCJSON.cmake
Ed Maste f55904f2f6 Import libcbor at 'contrib/libcbor/'
git-subtree-dir: contrib/libcbor
git-subtree-mainline: 293663f4da
git-subtree-split: 5b2defbd2a
(cherry picked from commit 10ff414c14)
2022-02-09 16:23:53 -05:00

9 lines
223 B
CMake

include (LibFindMacros)
find_path(CJSON_INCLUDE_DIR NAMES cjson/cJSON.h)
find_library(CJSON_LIBRARY NAMES cjson)
set(CJSON_PROCESS_INCLUDES CJSON_INCLUDE_DIR)
set(CJSON_PROCESS_LIBS CJSON_LIBRARY)
libfind_process(CJSON)