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