diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 10:22:26 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-11 19:19:48 -0700 |
commit | 6ae2bbf849aa597054d7c84d20fc634ed87a1da5 (patch) | |
tree | c1deed14207996f685f28a5fb5d553db130d205c /libusb/CMakeLists.txt | |
parent | da46fcb709b9df47d788341b3bd87c545f720f4f (diff) |
libmisc: Write my own assert.h with assert_notreached()
Diffstat (limited to 'libusb/CMakeLists.txt')
-rw-r--r-- | libusb/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libusb/CMakeLists.txt b/libusb/CMakeLists.txt index f5d6ae2..c23f30e 100644 --- a/libusb/CMakeLists.txt +++ b/libusb/CMakeLists.txt @@ -14,4 +14,5 @@ target_link_libraries(libusb INTERFACE tinyusb_board libcr_ipc + libmisc ) |