trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: March 2012

Re: [trinity-devel] CMake - how to add library to build?

From: "David C. Rankin" <drankinatty@...>
Date: Thu, 08 Mar 2012 18:39:52 -0600
On 03/08/2012 06:26 PM, Calvin Morrison wrote:
> To whatever binary you need to add it to, add that flag, without the l to the
> LINK line
> 
> Sorry on my mobile
> 

Mobile is fine,

  I have found in TDEMacros.cmake tde_add_library:

    # found directive "LINK"
    if( "${_arg}" STREQUAL "LINK" )
      set( _skip_store 1 )
      set( _storage "_link" )
    endif( "${_arg}" STREQUAL "LINK" )

So it looks like it need

tde_add_library( Xext LINK )



-- 
David C. Rankin, J.D.,P.E.