Hi there,

hopefully, this one is not too difficult, I am working on a Mac and have:

1. a library libcommon.dylib that compiles and links successfully to boost 
libraries, independently of my MITK project.
2. In my MITK project, for 3 plugins I have told the plugin that it must link 
to my library using this:

TARGET_LINK_LIBRARIES(${PROJECT_NAME}
                      common
)

3. This compiles and links successfully, and i can run the app from the build 
area.
4. However, when running make install or make package, the fixup_bundle tries 
to resolve the boost library, and even though the list of folders supplied to 
fixup_bundle contains the Boost installation folder, the boost library itself 
never gets copied to the bundle, so the app fails to verify.

How can I trigger a library to be copied into the bundle  <APP>/Contents/MacOS 
folder?

Thanks

Matt

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to