mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-07-31 11:33:38 +00:00
[common] link setupapi for ivshmem windows implementation
This commit is contained in:
parent
b8203bec53
commit
8caa220ad5
3 changed files with 5 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B1-55-g5db4c32035+1
|
B1-56-gb8203bec53+1
|
|
@ -23,7 +23,6 @@ target_link_libraries(platform_Windows
|
||||||
"${PROJECT_BINARY_DIR}/resource.o"
|
"${PROJECT_BINARY_DIR}/resource.o"
|
||||||
lg_common
|
lg_common
|
||||||
capture
|
capture
|
||||||
setupapi
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(platform_Windows
|
target_include_directories(platform_Windows
|
||||||
|
|
|
@ -13,3 +13,7 @@ add_library(lg_common_platform_code STATIC
|
||||||
windebug.c
|
windebug.c
|
||||||
ivshmem.c
|
ivshmem.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_link_libraries(lg_common_platform_code
|
||||||
|
setupapi
|
||||||
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue