trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2013

Re: [trinity-devel] Odd cmake files being included in some packages and installed

From: "Darrell Anderson" <darrella@...>
Date: Tue, 14 May 2013 12:41:53 -0500
>> tdelibs.cmake
>> tderesources.cmake
>> twin.cmake
>>
>> The files are installed from the following packages:
>>
>> tdebase
>> tdegraphics
>> tdelibs
>> tdepim
>> tdesdk
>> tdeutils
>>
>> What is causing this?
>
>These are so called "exported targets" and contains info like 
>complete path to 
>shared object and its dependencies. Very nice feature of cmake.
>
>http://www.cmake.org/Wiki/CMake/Tutorials/Exporting_and_Importing_T
>argets

What is the value?

How do I stop the exporting behavior?

Darrell