Windows: workaround as libusb is not automatically detected by CMake
Fixes issue 238
This commit is contained in:
parent
5704b668b7
commit
3ac1d64b4f
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ ENDIF(PCSC_INCLUDE_DIRS)
|
|||
IF(LIBUSB_INCLUDE_DIRS)
|
||||
INCLUDE_DIRECTORIES(${LIBUSB_INCLUDE_DIRS})
|
||||
LINK_DIRECTORIES(${LIBUSB_LIBRARY_DIRS})
|
||||
SET(LIBUSB_FOUND TRUE)
|
||||
ENDIF(LIBUSB_INCLUDE_DIRS)
|
||||
|
||||
# version.rc for Windows
|
||||
|
|
Loading…
Add table
Reference in a new issue