summaryrefslogtreecommitdiffstats
path: root/client-lib/doc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'client-lib/doc/CMakeLists.txt')
-rw-r--r--client-lib/doc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/client-lib/doc/CMakeLists.txt b/client-lib/doc/CMakeLists.txt
new file mode 100644
index 0000000..aba1ac1
--- /dev/null
+++ b/client-lib/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+install(
+ FILES AFBClient.md
+ DESTINATION ${CMAKE_INSTALL_DOCDIR}
+ COMPONENT "development")