aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7b222c8817..cf5990e23d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1478,6 +1478,11 @@ set_package_properties(Systemd PROPERTIES
DESCRIPTION "System and Service Manager (libraries)"
PURPOSE "Support for systemd journal extcap interface (sdjournal)"
)
+set_package_properties(NL PROPERTIES
+ URL "https://www.infradead.org/~tgr/libnl/"
+ DESCRIPTION "Libraries for using the Netlink protocol on Linux"
+ PURPOSE "Support for managing wireless 802.11 interfaces"
+)
string(TOUPPER "${CMAKE_BUILD_TYPE}" _build_type)
message(STATUS "C-Flags: ${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_${_build_type}}")