diff --git a/host_applications/linux/libs/debug_sym/CMakeLists.txt b/host_applications/linux/libs/debug_sym/CMakeLists.txt index 568837f..d437b99 100644 --- a/host_applications/linux/libs/debug_sym/CMakeLists.txt +++ b/host_applications/linux/libs/debug_sym/CMakeLists.txt @@ -13,3 +13,4 @@ add_library(debug_sym_static STATIC debug_sym.c) install(TARGETS debug_sym DESTINATION lib) install(TARGETS debug_sym_static DESTINATION lib) +install(FILES debug_sym.h DESTINATION include/interface/debug_sym)