From 4cb73ce5853d924c17381f3183226b8835172da7 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 Sep 2019 16:51:23 +0200 Subject: video/ps3eye: buffer flush --- video-ps3eye/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video-ps3eye/CMakeLists.txt') diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index 98921f4f..2fac5f9c 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -23,6 +23,8 @@ endif() if(TARGET ps3eye-driver) otr_module(video-ps3eye) + link_libraries(ps3eye-driver) + add_executable(ps3eye-subprocess "wrapper.cxx") if(WIN32) set(path "${SDK_LIBUSB}/libusb-1.0.dll") if(EXISTS "${path}") -- cgit v1.2.3