diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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") |