diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 20:45:36 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-09-27 20:45:36 -0600 |
commit | fa357459f88bb8f0170d1a68df66e7d068d59996 (patch) | |
tree | 8585b5755ae224c6609f982d973141f1f6bad97b /libusb/CMakeLists.txt | |
parent | d54ddec236bf9bdb8c032cd5fbdb0aa46ffebe86 (diff) |
fixes
Diffstat (limited to 'libusb/CMakeLists.txt')
-rw-r--r-- | libusb/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libusb/CMakeLists.txt b/libusb/CMakeLists.txt index e1a9284..c232868 100644 --- a/libusb/CMakeLists.txt +++ b/libusb/CMakeLists.txt @@ -8,3 +8,10 @@ target_include_directories(libusb SYSTEM INTERFACE ${CMAKE_CURRENT_LIST_DIR}/inc target_sources(libusb INTERFACE usb_common.c ) +target_link_libraries(libusb INTERFACE + pico_unique_id + tinyusb_device + tinyusb_board + + libcr_ipc +) |