mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-18 05:42:49 +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}")
|
message("example ${EXAMPLE}")
|
||||||
endif()
|
endif()
|
||||||
add_executable(${EXAMPLE} ${SOURCES_EXAMPLE})
|
add_executable(${EXAMPLE} ${SOURCES_EXAMPLE})
|
||||||
target_link_libraries(${EXAMPLE} btstack)
|
target_link_libraries(${EXAMPLE} btstack setupapi winusb)
|
||||||
endforeach(EXAMPLE)
|
endforeach(EXAMPLE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user