Skip to content

Commit

Permalink
Add missing libraries to cmake target
Browse files Browse the repository at this point in the history
  • Loading branch information
janisozaur authored and Megamouse committed Jun 9, 2021
1 parent c451947 commit 09bb596
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
add_library(hidapi-hid hid.c)
add_library(hidapi-hid hid.c)
target_link_libraries(hidapi-hid setupapi)

0 comments on commit 09bb596

Please sign in to comment.