Hi,
I can install a directory in cmake doing:
INSTALL(DIRECTORY ${SRCDIR} DESTINATION destdir)
which will create a dir under destdir with the name of the source
directory. Now I want to do this, but name the destination directory
differently than the original.
Can this be done?
Thanks!
Nathan