export dependency libraries automatically #52
ClausKlein
started this conversation in
Ideas
Replies: 1 comment
-
That gets generated when a package manager is used for the project types where it's appropriate: https://github.com/friendlyanon/cmake-init/blob/develop/cmake-init/templates/common/cmake/install-config.cmake There is also the transitive dependency example from before package manager support was added: https://github.com/friendlyanon/cmake-init-transitive |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to add the known dependency for a library manually to cmake/install-config.cmake
But it should and may be generated.
see https://discourse.cmake.org/t/featuresummary-module-how-to-get-all-dependency-libraries-of-a-target-and-their-versions/5308
Beta Was this translation helpful? Give feedback.
All reactions