diff options
Diffstat (limited to 'src/GeoIP-1.4.0/data/CMakeLists.txt')
-rw-r--r-- | src/GeoIP-1.4.0/data/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/GeoIP-1.4.0/data/CMakeLists.txt b/src/GeoIP-1.4.0/data/CMakeLists.txt new file mode 100644 index 0000000..627b9ba --- /dev/null +++ b/src/GeoIP-1.4.0/data/CMakeLists.txt @@ -0,0 +1,7 @@ + +###### GeoIP data + +install( + FILES GeoIP.dat GeoIP-LICENSE.txt + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/geoip +) |