From 50dc08663af2d9b55eae0ccf5f07c63db0ee8907 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Mon, 21 Sep 2015 16:46:32 +0300 Subject: [PATCH] Revert "DSDL script installation removed from the top-level CMake script" This reverts commit fc997cff8844b30734703d6eb3664d06bb01f2a7. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e61b2a17f2..23597466c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,11 @@ endif() project(uavcan) +# +# DSDL definitions +# +install(DIRECTORY dsdl DESTINATION share/uavcan) + # # libuavcan #