diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:51:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:51:51 +0200 |
commit | 4cb73ce5853d924c17381f3183226b8835172da7 (patch) | |
tree | 8670106bf6b216d7397bff0b104c7d1a4563f244 /video-ps3eye/CMakeLists.txt | |
parent | c8fb7bfa37555e5cbe68f368ebb98b161fb2771a (diff) |
video/ps3eye: buffer flush
Diffstat (limited to 'video-ps3eye/CMakeLists.txt')
-rw-r--r-- | video-ps3eye/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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}") |