[Cmake] patching executable

Andy Cedilnik andy.cedilnik at kitware.com
Thu Jun 27 08:49:32 EDT 2002


IF(WIN32)
  SET(EXECUTABLE_EXTENSION ".exe")
ELSE(WIN32)
  SET(EXECUTABLE_EXTENSION "")
ENDIF(WIN32)

			Andy

On Thu, 2002-06-27 at 07:51, Phil Pritchett wrote:
> I'm trying to patch an executable produced by cmake using another executable
> produced by cmake. So I don't need to know if the patcher has .exe but I do
> need to know if the patchee (you know what I mean :) has .exe 





More information about the CMake mailing list