Re: [CMake] Why do executables link static libs that shared libs were built from?

2019-06-16 Thread Paul Smith
On Sun, 2019-06-16 at 21:42 +0200, Eric Noulard wrote: > Le dim. 16 juin 2019 à 18:26, Paul Smith a > écrit : > > But, that's not the only way to use shared libraries. I'm trying > > to collect a number of static libraries with different interfaces > > into a single shared library that can be lin

Re: [CMake] Why do executables link static libs that shared libs were built from?

2019-06-16 Thread Eric Noulard
Le dim. 16 juin 2019 à 18:26, Paul Smith a écrit : > Let me just mention up-front that I spent about 2 weeks earlier this > year completely converting our circa-2011 cmake environment to ultra- > modern cmake: switching completely to TLL, interfaces, removing > virtually all if-statements and con

Re: [CMake] Why do executables link static libs that shared libs were built from?

2019-06-16 Thread Paul Smith
Let me just mention up-front that I spent about 2 weeks earlier this year completely converting our circa-2011 cmake environment to ultra- modern cmake: switching completely to TLL, interfaces, removing virtually all if-statements and converting them into generator expressions, etc. So I'm very fa