From 532a0f5408f84510abebb2e58da8b7dac7b90ea7 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Sat, 13 Sep 2014 21:05:12 +0000 Subject: Start implementation of CMake support for proj.4 #243 git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2523 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- html/CMakeLists.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/CMakeLists.txt (limited to 'html') diff --git a/html/CMakeLists.txt b/html/CMakeLists.txt new file mode 100644 index 00000000..2c0bdc7b --- /dev/null +++ b/html/CMakeLists.txt @@ -0,0 +1,12 @@ +set(HTML_DOC_FILE faq.html + gen_parms.html + index.html + man_cs2cs.html + man_geod.html + man_pj_init.html + man_proj.html + proj_logo.png) + +install(FILES ${HTML_DOC_FILE} + DESTINATION ${DOCDIR} + PERMISSIONS WORLD_READ WORLD_WRITE) -- cgit v1.2.3