Hi,<br><br>The INSTALL_NAME_DIR is a string specifying the directory portion of the
"install_name" field of shared libraries on Mac OSX to use in the
installed targets (as taken from the current documentation). Is there any way of setting this property on a third party lib ? I checked the current CVS CMake's examples (Bundle and Framework) and I couldn't find an positive answer about third party libraries (I installed mine in Content/Plugins). If not, if there any other way to include third party libs within the bundle and make the application find it ?
<br><br>I also installed Qt's framework within my bundle with the INSTALL( DIRECTORY...) command. Is there any better way to do this ?<br><br>I think the current tools work great with CMake generated libs/projects/framework but I think there is a lack in third libs/projects/framework party inclusion support.
<br><br>Regards,<br>Félix C. Morency<br>