summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStelios Tsampas <loathingkernel@gmail.com>2017-07-31 16:14:45 +0300
committerStelios Tsampas <loathingkernel@gmail.com>2017-07-31 16:15:15 +0300
commit3912ad309e60ca9e97a72baa9a2e651c6a5ab198 (patch)
treeadd0d8226bdbb187512bf1a62162453228417497 /doc
parent01f49908879197b1715483321a9490dd71c8874b (diff)
downloadpcsxr-3912ad309e60ca9e97a72baa9a2e651c6a5ab198.tar.gz
* Import CMake build system from codeplex
Diffstat (limited to 'doc')
-rw-r--r--doc/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644
index 00000000..2a021742
--- /dev/null
+++ b/doc/CMakeLists.txt
@@ -0,0 +1,8 @@
+install(FILES pcsxr.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1)
+install(FILES keys.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/pcsxr)
+install(FILES tweaks.txt DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/pcsxr)
+
+install(FILES ../AUTHORS DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/pcsxr)
+install(FILES ../COPYING DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/pcsxr)
+install(FILES ../README DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/pcsxr)
+