mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-11 00:56:18 +00:00
Windows: workaround as libusb is not automatically detected by CMake
Fixes issue 238
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user