From e42aa285d55c7e5382055067709133d834adbd57 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 7 Mar 2020 11:30:53 +0100 Subject: video/ps3eye: fix cmake --- video-ps3eye/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index f357f965..7e2e6aa3 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -10,6 +10,7 @@ if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ps3eye-driver/CMakeLists.txt") if(libusb_FOUND) include_directories(SYSTEM ${libusb_INCLUDE_DIRS}) link_libraries(${libusb_LIBRARIES}) + link_directories(${libusb_LIBRARY_DIRS}) endif() else() set(SDK_LIBUSB CACHE PATH "") -- cgit v1.2.3