summaryrefslogtreecommitdiffstats
path: root/src/plugins/infowidget/geoip/CMakeLists.txt
blob: f4097288c87cfcbf99fe25b82c7b7244d8348b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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( )