aboutsummaryrefslogtreecommitdiff
path: root/include/proj/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/CMakeLists.txt')
-rw-r--r--include/proj/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/proj/CMakeLists.txt b/include/proj/CMakeLists.txt
new file mode 100644
index 00000000..d112cf74
--- /dev/null
+++ b/include/proj/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(installdest include/proj)
+
+install(
+ FILES util.hpp metadata.hpp common.hpp crs.hpp datum.hpp
+ coordinatesystem.hpp coordinateoperation.hpp io.hpp nn.hpp
+ DESTINATION ${installdest}
+)