Closed panwarab closed 1 month ago
If you are linking the library, it has to be built. If you want to use single build across multiple projects, install it globally and then link against that.
Closing this issue as Catch2 already supports static or shared builds as desired by the user.
Description When added as a sub-directory, CMake more often than build Catch2 ( which takes some time ) since it's added as a
static
library. Is it possible to exposeCatch2
via dll?Additional context
Please let me know if you need more context.