On Mon, 2019-06-17 at 11:45 -0400, Matthew Woehlke wrote: > Building both shared and static in a single tree with CMake is > perfectly > do-able. See e.g. LCM, which does so. (The main caveat is that they > need > different target names.)
And both targets have to have their OUTPUT_NAME property set to the same value (you don't want libfoo_static.a and libfoo_shared.so.) Kyle _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
