build: find and use libnl header dirs
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 14 Oct 2020 08:04:01 +0000 (16:04 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 22 Oct 2020 02:20:32 +0000 (10:20 +0800)
commitced0d5358335304773078066f6f683361bbfd907
tree8331ec4aeb1bc0f957f2d0b3e56945edee441ed9
parent64ff909328c095749ef6eaed7302b3e024409d2f
build: find and use libnl header dirs

Name of the libnl .pc file is libnl-3.0.pc

This commit is mainly for testing netifd build on usual Linux systems.

netifd Makefile in current OpenWrt build system specifies custom cmake
flags to directly point to libnl-tiny

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
CMakeLists.txt