summaryrefslogtreecommitdiffhomepage
path: root/video-ps3eye
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2020-03-07 11:30:53 +0100
committerStanislaw Halik <sthalik@misaki.pl>2020-03-07 11:30:53 +0100
commite42aa285d55c7e5382055067709133d834adbd57 (patch)
treeadb85ef8ae2b81fa98417eb38bea5f54d0ad44c5 /video-ps3eye
parent8e16d2e5f4dffea621422a8254fcc9d1bdaefddf (diff)
video/ps3eye: fix cmake
Diffstat (limited to 'video-ps3eye')
-rw-r--r--video-ps3eye/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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 "")