[Cmake] Copying files ?
Mathews, Rob
rmathews at envoyww . com
Fri, 26 Sep 2003 15:22:44 -0400
Here's an example:
# Cmake (or the new .net env) names the header file "pwinterfaces_h.h" for
some reason. This copies that file
# into it's old name "pwinterfaces.h"
ADD_CUSTOM_COMMAND(
TARGET interfaces_idl
POST_BUILD
COMMAND copy
ARGS pwinterfaces_h.h pwinterfaces.h
)
> -----Original Message-----
> From: AGulko [mailto:agulko at powerllel . com]
> Sent: Friday, September 26, 2003 11:23 AM
> To: cmake at www . cmake . org
> Subject: [Cmake] Copying files ?
>
>
> How would one copy files (dll, exe,..) from a (MSFT)
> "Release" to another
> directory after all is built ?
>
>
> _______________________________________________
> Cmake mailing list
> Cmake at www . cmake . org
> http://www . cmake . org/mailman/listinfo/cmake
>