Re: [CMake] linked dependencies in exported cmake package

2018-12-03 Thread Sergei Nikulov
вт, 4 дек. 2018 г. в 10:13, Stéphane Ancelot : > > Hi, > > I made an exported package for a library that needs linking qt5. > > find_package() works to find my library , however, I don't know how to > handle the linking of external libs needed by this package. > > I suppose that must be managed ins

[CMake] linked dependencies in exported cmake package

2018-12-03 Thread Stéphane Ancelot
Hi, I made an exported package for a library that needs linking qt5. find_package() works to find my library , however, I don't know how to handle the linking of external libs needed by this package. I suppose that must be managed inside the exported package, by which way ? Regards, S.Ancel