[common] link setupapi for ivshmem windows implementation

This commit is contained in:
Geoffrey McRae
2020-01-06 20:59:34 +11:00
parent b8203bec53
commit 8caa220ad5
3 changed files with 5 additions and 2 deletions

View File

@@ -13,3 +13,7 @@ add_library(lg_common_platform_code STATIC
windebug.c
ivshmem.c
)
target_link_libraries(lg_common_platform_code
setupapi
)