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

@@ -70,5 +70,4 @@ if(UNIX AND LIBICONV_FOUND)
target_link_libraries(text-freetype2 ${LIBICONV_LIBRARIES})
endif()
install_obs_plugin(text-freetype2)
install_obs_plugin_data(text-freetype2 data)
install_obs_plugin_with_data(text-freetype2 data)