[Cmake] PROJECT(hello)

Alexandre Laoubi alexandre . laoubi at thales-is . com
Fri, 4 Jul 2003 10:32:37 +0200


This is a multi-part message in MIME format.

------=_NextPartTM-000-489c4f81-adf7-11d7-84ff-00306e1c2536
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0051_01C34217.96746F80"

------=_NextPart_000_0051_01C34217.96746F80
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

PROJECT(hello)
ADD_CUSTOM_TARGET(dummy1 ALL echo dummy1)
ADD_EXECUTABLE(hello hello.cxx)
c(hello dummy1)

Why theses instructions do not produce a Makefile where
hello.exe target depends on dummy1 target ?

Thanks.


------=_NextPart_000_0051_01C34217.96746F80
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>PROJECT(hello)<BR>ADD_CUSTOM_TARGET(dummy1 ALL echo=20
dummy1)<BR>ADD_EXECUTABLE(hello hello.cxx)<BR>c(hello dummy1)<BR><BR>Why =
theses=20
instructions do not produce a Makefile where<BR>hello.exe target depends =
on=20
dummy1 target ?<BR><BR>Thanks.</DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV></BODY></HTML>

------=_NextPart_000_0051_01C34217.96746F80--


------=_NextPartTM-000-489c4f81-adf7-11d7-84ff-00306e1c2536--