]> git.cworth.org Git - apitrace/blobdiff - CMakeLists.txt
Add documentation on how to report bugs.
[apitrace] / CMakeLists.txt
index e840f21d193608b386d33edf84f72ea3511e1ea9..1f1ee6f6a2ee6090d7c87726827e1c5dfc7b0b52 100755 (executable)
@@ -425,7 +425,13 @@ endif ()
 ##############################################################################
 # Packaging
 
-install (FILES LICENSE README.markdown TODO.markdown DESTINATION doc)
+install (
+    FILES
+        BUGS.markdown
+        LICENSE
+        README.markdown
+        TODO.markdown
+    DESTINATION doc)
 
 set (CPACK_PACKAGE_VERSION_MAJOR "1")
 set (CPACK_PACKAGE_VERSION_MINOR "0")