[Cmake] COnfigure_file

John Biddiscombe john . biddiscombe at mirada-solutions . com
Thu, 12 Jun 2003 13:57:47 +0100


Does CONFIGURE_FILE(input output COPYONLY) work correctly on binary =
files or only text stuff. I want to initialize a directory by copying =
some binaries into it but they seem to be getting munged.

I am expecting someone to tell me to create a custom target and custom =
command bound to the target to achieve this, but I don't like the bloat =
in the ide caused by tons of additional targets. so I'm trying to avoid =
it by using configure...

thanks

JB