cmake: Find uci header file
authorFlorian Fainelli <f.fainelli@gmail.com>
Fri, 1 Jul 2016 23:05:23 +0000 (16:05 -0700)
committerJohn Crispin <john@phrozen.org>
Fri, 1 Jul 2016 13:19:37 +0000 (15:19 +0200)
commit81c38e8cc3913afcdf5c6916db0376000086b57f
treeb93e27957f1e5e794f2698c95af45e1416061b34
parentfdda69207d1509e0383e3da549f71666b194c40a
cmake: Find uci header file

Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for uci.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