uqmi: search for ubox, blobmsg_json and json include paths
authorBachtin, Dmitri <dbachtin@init-ka.de>
Fri, 20 Nov 2015 06:34:35 +0000 (07:34 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 22 Nov 2015 11:37:10 +0000 (12:37 +0100)
commit23337736a43845ff5b24b7ab8556572d703cd294
treeca93c9a7558bbae261770f4a7d486d74c7151eff
parent22a64fe3e9a7b5dcf97d0b240f2ce09919f4b02f
uqmi: search for ubox, blobmsg_json and json include paths

CMake will search for include paths via FIND_PATH() of the following
libraries: libubox, blobmsg_json and json. This allows to build uqmi
when the dependencies are in non-standard locations by specifying
respective _include_dir variables.
CMakeLists.txt