summaryrefslogtreecommitdiffstats
path: root/kgeography/tools/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kgeography/tools/CMakeLists.txt')
-rw-r--r--kgeography/tools/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/kgeography/tools/CMakeLists.txt b/kgeography/tools/CMakeLists.txt
new file mode 100644
index 00000000..06b54e08
--- /dev/null
+++ b/kgeography/tools/CMakeLists.txt
@@ -0,0 +1,6 @@
+
+install(
+ PROGRAMS gen_map.pl
+ DESTINATION ${BIN_INSTALL_DIR}
+ RENAME kgeography_gen_map.pl
+)