Fix double invocation of install_obs_plugin in every single plugin

This commit is contained in:
BtbN
2014-08-19 14:24:59 +02:00
parent 7eee45fb7f
commit 02725acdd4
18 changed files with 18 additions and 34 deletions

View File

@@ -45,5 +45,4 @@ target_link_libraries(obs-ffmpeg
${LIBAVFORMAT_LIBRARIES}
${LIBSWRESAMPLE_LIBRARIES})
install_obs_plugin(obs-ffmpeg)
install_obs_plugin_data(obs-ffmpeg data)
install_obs_plugin_with_data(obs-ffmpeg data)