POSIX: FTDI: Use libusb include directory

This allows for the same include to be used on macOS
This commit is contained in:
Paul Hollinsky
2020-10-08 21:09:45 -04:00
parent a5b27a15b0
commit e5920417ff
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -194,6 +194,7 @@ if(NOT WIN32)
set(FTDIPP OFF CACHE INTERNAL "")
set(FTDI_EEPROM OFF CACHE INTERNAL "")
add_subdirectory(third-party/libftdi)
include_directories(${LIBUSB_INCLUDE_DIR})
endif(NOT WIN32)
# winpcap