summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2016-07-19cmake: Search for libjson-cFlorian Fainelli
Since we use libblobmsg_json which uses libjson-c internally, make sure we find this library. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2016-07-19cmake: Find libubox/blobmsg_json.hFlorian Fainelli
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for libubox/blobmsg_json.h. Some external toolchains which do not include standard locations would fail to find the header otherwise. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2013-05-30move some code to a separate source fileFelix Fietkau
2013-05-29add device listing/matching functionalityFelix Fietkau
2013-05-26initial dummyFelix Fietkau