Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CMakeLists

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CMakeLists


Chronological Thread 
  • From: Bart Janssens <>
  • To:
  • Subject: Re: [cgal-discuss] CMakeLists
  • Date: Fri, 13 Feb 2009 21:29:29 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=UYWgKQrUVb8mZTt33W63D5mxZvEu4UODVco8h2Lq1gwl7X7czLQhc+N5Amh5neO+9Z fDheW/2w4zWC5jhsLAuMMEluQTsZl34pO0AE9NBlijg/OuN/mBp/ucHMXLdErYqpV9LZ NxPiSUBm8cEJzM09XCMzN/KHOkhWWAm3H+tzU=

On Fri, Feb 13, 2009 at 7:06 PM, 陳 柏宏
<>
wrote:
> add_executable ( kinetic
> window.cpp window.moc
> interface.cpp interface.moc
> poly.cpp
> zroots.cpp
> kdt.cpp)

> (.text+0x20): undefined reference to `main'
> collect2: ld returned 1 exit status
> What is wrong here?
> 付費才容量無上限?Yahoo!奇摩電子信箱2.0免費給你,信件永遠不必刪! - 馬上體驗!

Hi,

I think you forgot to add the cpp file that contains the main function
of the kinetic target to the list of source files.

Cheers,

--
Bart



Archive powered by MHonArc 2.6.16.

Top of Page