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
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