From 9d0136249cade3469ac70f71cef4a428fecc7a9c Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 7 Mar 2020 10:30:55 +0100 Subject: video/ps3eye: prototype open driver impl --- video-ps3eye/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video-ps3eye/CMakeLists.txt') diff --git a/video-ps3eye/CMakeLists.txt b/video-ps3eye/CMakeLists.txt index 5f81b3fb..f357f965 100644 --- a/video-ps3eye/CMakeLists.txt +++ b/video-ps3eye/CMakeLists.txt @@ -49,7 +49,7 @@ endif() if(TARGET ps3eye-subprocess) otr_module(video-ps3eye) - link_libraries(ps3eye-driver) + target_link_libraries(${self} ps3eye-driver opentrack-video) if(WIN32) set(path "${SDK_LIBUSB}/libusb-1.0.dll") if(EXISTS "${path}") -- cgit v1.2.3