host_applications: Install debug_sym.h

This commit is contained in:
popcornmix
2020-06-15 15:29:20 +01:00
parent 6d044bc2be
commit 5828e5b768

View File

@@ -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)