[CMake] BundleUtilities

Tyler Roscoe tyler at cryptio.net
Tue Nov 16 22:52:39 EST 2010


On Tue, Nov 16, 2010 at 10:15:28PM -0500, David Doria wrote:
> Is the goal simply to copy
> ...VTK/bin/libvtkHybrid.a
> into the package?
> 
> I tried this:
> INSTALL(CODE "\${VTK_DIR}/bin/libvtkHybrid.a")

More like:
INSTALL(FILES "${VTK_DIR}/bin/libvtkHybrid.a")

tyler


More information about the CMake mailing list