mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
windows-winusb: fix cmake build
This commit is contained in:
parent
b260a82e89
commit
e111ffb107
@ -103,5 +103,5 @@ foreach(EXAMPLE ${EXAMPLES})
|
||||
message("example ${EXAMPLE}")
|
||||
endif()
|
||||
add_executable(${EXAMPLE} ${SOURCES_EXAMPLE})
|
||||
target_link_libraries(${EXAMPLE} btstack)
|
||||
target_link_libraries(${EXAMPLE} btstack setupapi winusb)
|
||||
endforeach(EXAMPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user