[CMake] copy on install

Tim St. Clair timothysc at gmail.com
Thu Feb 4 17:12:37 EST 2010


Is there a clean way to copy the install target e.g.

install (TARGETS foo DESTINATION bin)

~ install(TARGETS foo DESTINATION loc2 RENAME foo_bar) <-doesn't exist.

I basically need to install the same target to *multiple* locations
with different names.

-- 
Cheers,
Timothy St. Clair


More information about the CMake mailing list