-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
What is your question?
Hi, I'm getting out of ideas.
I have existing CMake projects that define multiple (sub)targets which all have their own cmake target and config files. I have managed to install all these cmake config files into the target package folder.
On the consumer side all those files are properly installed under the package's cmake folder.
However, they are not getting installed into the generators folder of the target build folder.
I am not using the conan generated cmake config files, because they are so buggy that they are not usable (linker errors, etc.). Instead my own cmake config files are capable to work with the conan structure.
I need conan to install all MY(!) cmake config files into the generators folder. What do I have to do to accomplish that?
thx Michi
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide