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
On Tuesday 14 May 2013 20:41:53 Darrell Anderson wrote: [...]
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?
You can't, the packages other than kdelibs will become unbuildable.