jiridanek opened a new pull request #1267: URL: https://github.com/apache/qpid-dispatch/pull/1267
The change would've been nice and easy in CMake 3.12+. Without support for using OBJECT library in `target_link_libraries`, it is necessary to 1) use a STATIC library and then handle the `-Wl,--whole-archive` flag (so that symbols used only from Python are not eliminated by linker) or 2) propagate the dependent libraries through the build some other way. I choose option 2) here. @astitcher Is this what you had in mind, or are there some improvements that I've missed? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
