Cmake: Find libubox/list.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Sun, 12 Feb 2017 22:03:33 +0000 (14:03 -0800)
committerSteven Barth <steven@midlink.org>
Wed, 15 Feb 2017 00:48:48 +0000 (01:48 +0100)
commit1fe6f48f8a5067685cbcf6427baf1b3e8b889da1
tree530a2eb30cfaf6f331725a7a4515fde936db4f63
parent8de9fa84e018e152e45c342f10b5b5140b63e4b1
Cmake: Find libubox/list.h

Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for
libubox/list.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>
CMakeLists.txt