diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-11-06 19:28:37 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-06 19:32:38 +0100 |
| commit | c87ace69083f9730e0ff675048c0b29f227a6853 (patch) | |
| tree | 09c0eea4977f31993e48e0fb7ddb3b3aab65099e /CMakeLists.txt | |
| parent | b56f39dec5464cecd7bc1dbb24042bb51e5c96e5 (diff) | |
| download | PROJ-c87ace69083f9730e0ff675048c0b29f227a6853.tar.gz PROJ-c87ace69083f9730e0ff675048c0b29f227a6853.zip | |
automake and cmake: install COPYING, NEWS and AUTHORS in /share/doc/proj
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a75aa578..ee1444a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -277,3 +277,7 @@ add_subdirectory(cmake) if(BUILD_TESTING) add_subdirectory(test) endif() + +set(docfiles COPYING NEWS AUTHORS) +install(FILES ${docfiles} + DESTINATION "${DOCDIR}") |
