cmake: Find libubox/ustream.h header file
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 1 Jul 2016 23:04:51 +0000 (16:04 -0700)
committerJohn Crispin <john@phrozen.org>
Fri, 1 Jul 2016 13:18:15 +0000 (15:18 +0200)
commitec80adaa1b47f28d426fa19c692011ce60b992d6
treef5ddd7eeef16418021f7ceb1fd2395da26006079
parent17085b7abc0cd09c64ccace6f8d16ddee5729678
cmake: Find libubox/ustream.h header file

Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for
libubox/ustream-ssl.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