[CMake] SET_TARGET_PROPERTIES question on MacOSX

Félix C. Morency felix.morency at gmail.com
Tue Dec 4 15:51:35 EST 2007


Hi,

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 ?

I also installed Qt's framework within my bundle with the INSTALL(
DIRECTORY...) command. Is there any better way to do this ?

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.

Regards,
Félix C. Morency
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20071204/e88bb3fb/attachment.html


More information about the CMake mailing list