On 11/12/2016 09:12, John Crispin wrote:
>
>
> On 03/12/2016 18:34, Florian Fainelli wrote:
>> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h.
>> Some external toolchains which do not include standard locations would fail
>> to
>> find the header otherwise.
>>
>> Si
On 03/12/2016 18:34, Florian Fainelli wrote:
> Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h.
> Some external toolchains which do not include standard locations would fail to
> find the header otherwise.
>
> Signed-off-by: Florian Fainelli
> ---
> CMakeLists.txt |
Add a CMake FIND_PATH and INCLUDE_DIRECTORIES searching for blobmsg_json.h.
Some external toolchains which do not include standard locations would fail to
find the header otherwise.
Signed-off-by: Florian Fainelli
---
CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/CMakeLis