From f730ad2fe351624b3cc866b0f15283d85e7759bf Mon Sep 17 00:00:00 2001 From: Joseph Geis Date: Wed, 28 Oct 2020 15:42:13 -0700 Subject: [PATCH] Update library path for new versions of OBS Fixes #86 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75d85f0..2da9477 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,7 @@ endif() set_target_properties(v4l2sink PROPERTIES PREFIX "") install(TARGETS v4l2sink - LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/obs-plugins) + LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/x86_64-linux-gnu/obs-plugins) install(DIRECTORY locale/ DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/v4l2sink/locale")