[vlmc-devel] CMake: Bundle frei0r effects in the Mac app

Rohit Yadav git at videolan.org
Fri Mar 25 03:50:36 CET 2011


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Fri Mar 25 08:59:12 2011 +0530| [c089f9eac85460f1f56893dc6852a8f6e0b9a189] | committer: Rohit Yadav

CMake: Bundle frei0r effects in the Mac app

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=c089f9eac85460f1f56893dc6852a8f6e0b9a189
---

 src/CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index b92b329..f621cd4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -389,7 +389,7 @@ IF( APPLE )
     ADD_CUSTOM_COMMAND(
         TARGET vlmc
         POST_BUILD
-        COMMAND cp -r ${CONTRIBS_DIR}/include ${CONTRIBS_DIR}/lib ${CONTRIBS_DIR}/plugins ${CMAKE_CURRENT_BINARY_DIR}/../bin/vlmc.app/Contents/MacOS
+        COMMAND cp -r ${CONTRIBS_DIR}/include ${CONTRIBS_DIR}/lib ${CONTRIBS_DIR}/plugins ${CONTRIBS_DIR}/effects ${CMAKE_CURRENT_BINARY_DIR}/../bin/vlmc.app/Contents/MacOS
     )
     ADD_CUSTOM_COMMAND(
         TARGET vlmc



More information about the Vlmc-devel mailing list