aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-01-31 11:47:26 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-01-31 13:16:12 +0000
commit3bbf2c5e64b4e7018667ff96008ad57ea5481b60 (patch)
tree986e934717eb45afa2534f7763955269f0fff742
parent298da5213bdaec381f6548b45982505eef0e78ae (diff)
CMake: describe purpose of MaxMindDB
Change-Id: I7a3ec64d772ee5fc0d3b040702dfc0de8da93250 Reviewed-on: https://code.wireshark.org/review/31836 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cf5990e23d..f82e52753c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1483,6 +1483,11 @@ set_package_properties(NL PROPERTIES
DESCRIPTION "Libraries for using the Netlink protocol on Linux"
PURPOSE "Support for managing wireless 802.11 interfaces"
)
+set_package_properties(MaxMindDB PROPERTIES
+ URL "https://github.com/maxmind/libmaxminddb"
+ DESCRIPTION "C library for the MaxMind DB file format"
+ PURPOSE "Support for GeoIP lookup"
+)
string(TOUPPER "${CMAKE_BUILD_TYPE}" _build_type)
message(STATUS "C-Flags: ${CMAKE_C_FLAGS} ${CMAKE_C_FLAGS_${_build_type}}")