diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-07 11:30:53 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-07 11:30:53 +0100 |
commit | e42aa285d55c7e5382055067709133d834adbd57 (patch) | |
tree | adb85ef8ae2b81fa98417eb38bea5f54d0ad44c5 /video-ps3eye | |
parent | 8e16d2e5f4dffea621422a8254fcc9d1bdaefddf (diff) |
video/ps3eye: fix cmake
Diffstat (limited to 'video-ps3eye')
-rw-r--r-- | video-ps3eye/CMakeLists.txt | 1 |
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 "") |