diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-06 12:57:38 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-02-06 12:58:20 +0200 |
commit | 0286945fdda0dee8881c0e00ef8942ac3f7999c9 (patch) | |
tree | 7f5a0ce6fc5cb577949d4bdd2579d0d9aec9a773 | |
parent | f1123bf7511c991ea5dbbc623ee8bd8a68f36e09 (diff) |
Add README.md to custom targets
-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") |