Re: [CMake] Determine dependency between targets

2014-07-16 Thread Angeliki Chrysochou
Hi Jörg, I am not sure if there is a way to do this via cmake, maybe there is and I don't know it, but I think you need to keep an eye on such things "manually" in a way. You could use ldd or readelf to see the exact dependencies of a library in linux. All the best, Angeliki On Wed, Jul 16, 20

[CMake] Determine dependency between targets

2014-07-16 Thread Jörg Kreuzberger
Hi! i am looking for a way to determine REAL LINKER dependencies between an application and static libraries for use with gcc. the include dependencies and cmake dependencies are quite good to determine. For the linker is more or less the question, against which libraries i should link. This i