summaryrefslogtreecommitdiffstats
path: root/tools/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r--tools/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 04d11b7..fb7f98f 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,3 +1,6 @@
install(PROGRAMS openlmi-doc-class2rst openlmi-doc-class2uml DESTINATION bin)
+if (WITH-DEVASSISTANT)
+ install(DIRECTORY devassistant DESTINATION share USE_SOURCE_PERMISSIONS)
+endif (WITH-DEVASSISTANT)