Skip to content

Commit

Permalink
fix dependency issue #66
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Nov 20, 2023
1 parent ba69d64 commit 7537032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ if (ENABLE_TESTS)
littlefs/bd/lfs_filebd.c)
target_include_directories(fido-hid-over-udp SYSTEM PRIVATE virt-card littlefs)
target_link_libraries(fido-hid-over-udp general canokey-core "-fsanitize=address")
add_dependencies(fido-hid-over-udp gitrev)

pkg_search_module(PCSCLITE libpcsclite)
if (PCSCLITE_FOUND)
Expand Down

0 comments on commit 7537032

Please sign in to comment.