summaryrefslogtreecommitdiffstats
path: root/src/plugins/infowidget/geoip/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/infowidget/geoip/CMakeLists.txt')
-rw-r--r--src/plugins/infowidget/geoip/CMakeLists.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/plugins/infowidget/geoip/CMakeLists.txt b/src/plugins/infowidget/geoip/CMakeLists.txt
new file mode 100644
index 0000000..f409728
--- /dev/null
+++ b/src/plugins/infowidget/geoip/CMakeLists.txt
@@ -0,0 +1,17 @@
+
+##### icon files
+
+if( WITH_BUILTIN_FLAGS )
+ file(GLOB _pics "${CMAKE_CURRENT_SOURCE_DIR}/*.png" )
+ install(
+ FILES ${_pics} FLAGS_LICENCE
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/geoip
+ )
+endif( )
+
+if( WITH_BUILTIN_GEOIP )
+ install(
+ FILES geoip.dat GeoIP-LICENSE.txt
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/geoip
+ )
+endif( )