Fixup OSX Rpath for imported external libraries on install

This commit is contained in:
BtbN
2014-01-28 11:39:43 +01:00
parent 19f0a30160
commit 074f9627b7
5 changed files with 40 additions and 1 deletions

View File

@@ -24,3 +24,6 @@ target_link_libraries(obs-ffmpeg
${Libswresample_LIBRARIES})
install_obs_plugin(obs-ffmpeg)
obs_fixup_install_target(obs-ffmpeg PATH ${Libavformat_LIBRARIES})
obs_fixup_install_target(obs-ffmpeg PATH ${Libswresample_LIBRARIES})