mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
git-subtree-dir: contrib/libcbor git-subtree-mainline:293663f4dagit-subtree-split:5b2defbd2a
9 lines
223 B
CMake
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)
|