cmake: Find uci.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Mon, 11 Jul 2016 22:02:13 +0000 (15:02 -0700)
committerJohn Crispin <john@phrozen.org>
Sun, 24 Jul 2016 04:25:07 +0000 (06:25 +0200)
commit46063a1657c449d46c1ed7384862f2c0aa051761
treedf5888b7607ae10bdd30675ccc27f6f93f87b800
parent582d4d41f1e4ccd327143a3f2f89b5124d3cd8ba
cmake: Find uci.h

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