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")