X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=CMakeLists.txt;h=015b8bd64f21a03a3b93dddd9f3fd6d6c1fe0b3e;hp=c574bf72305e95a3cfd2ba1a208a72f69d5f3413;hb=ecee1a3bea109c50964355becdce16edaafc6151;hpb=dcf93f332270bdaddb5d24fdba6e3eb5b1f7d80a diff --git a/CMakeLists.txt b/CMakeLists.txt index c574bf7..015b8bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ IF(APPLE) ENDIF() INCLUDE(FindPkgConfig) -PKG_CHECK_MODULES(JSONC json) +PKG_CHECK_MODULES(JSONC json-c json) IF(JSONC_FOUND) ADD_DEFINITIONS(-DJSONC) INCLUDE_DIRECTORIES(${JSONC_INCLUDE_DIRS})