You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 expose Catch2 via dll?
Additional context
[ 90%] Building CXX object libs/Catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_predicate.cpp.o
[ 91%] Building CXX object libs/Catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_quantifiers.cpp.o
[ 92%] Building CXX object libs/Catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_string.cpp.o
[ 92%] Building CXX object libs/Catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/catch_matchers_templated.cpp.o
[ 93%] Building CXX object libs/Catch2/src/CMakeFiles/Catch2.dir/catch2/matchers/internal/catch_matchers_impl.cpp.o
[ 94%] Linking CXX static library libCatch2d.a
make[2]: Leaving directory '/home/lightning-mcqueen/repo/codespace/build'
[ 94%] Built target Catch2
Please let me know if you need more context.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: