build: Fix install of vkm.h

lipc-refactor
nirenjan 2026-04-20 10:38:47 -07:00
parent e0ab5bbab7
commit fdf884cb1c
1 changed files with 4 additions and 0 deletions

View File

@ -37,3 +37,7 @@ install_headers(
subdir: 'libx52' subdir: 'libx52'
) )
install_headers(
'vkm/vkm.h',
subdir: 'vkm'
)