Re: [CMake] cmake -gsplit-dwarf dwp and install step

2018-12-28 Thread David Blaikie
Hi there - I'm not a CMake person, but a Clang/LLVM developer who helped in the implementation of Split DWARF in Clang/LLVM, so I know a bit about DWOs and DWPs, etc & thought I'd offer a few extra details... On Fri, Dec 21, 2018 at 3:39 AM David Jobet wrote: > Hello, > > in order to speed up ou

Re: [CMake] Get linker flags / include directories for a library target

2018-12-28 Thread Unknown
I would like to thank all of you for your suggestions. I have gathered the following (correct me if I am wrong): - The LINK_FLAGS target property is used in cmake 2.x, the INTERFACE_LINK_LIBRARIES in cmake 3.x, the latter contains a ;-list of libraries. - The list may contain generator express