summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7d8ba34..324b7df 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -82,3 +82,5 @@ endif()
if(KMSXX_ENABLE_PYTHON)
add_subdirectory(py)
endif()
+
+add_custom_target(docs SOURCES "README.md")