[CMake] fixup_bundle on linux

2015-07-23 Thread Rashad M
Hi all, Does fixup_bundle() from BundleUtiltites works on linux in a similar fashion as in OSX. Currently calling fixup_bundle on a .app folder with some search dirs and libs it will scan the dependencies and produce a portable package. Is that possible in linux? I mean to generate distribution i

[CMake] fixup_bundle() on linux

2011-02-23 Thread Nicolas Rannou
Hi all, We develop a cmake-based application. We create several libraries which are linked to VTK and ITK libraries. ADD_LIBRARY( *QGoGui* ${QGoGUILIB_SRC} ${QGoGUILIB_MOC} ${QGoGUI_QRC} ) SET( QGoGUI_LIBS ITKStatistics ... ) TARGET_LINK_LIBRARIES( *QGoGui* ${QGoGUI_LIBS} ) IN