Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added testing, reorganized submodules, enable build as object lib #27

Merged
merged 14 commits into from
Nov 21, 2024
Prev Previous commit
Next Next commit
Fixed cmake option
  • Loading branch information
FlorianReimold committed Nov 20, 2024
commit 2d448044d1a0e06d981e973e076da23d551ddd1b
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
-DTCP_PUBSUB_BUILD_TESTS=ON \
-DTCP_PUBSUB_USE_BUILTIN_ASIO=ON \
-DTCP_PUBSUB_USE_BUILTIN_RECYCLE=ON \
-TCP_PUBSUB_USE_BUILTIN_GTEST=ON \
-DTCP_PUBSUB_USE_BUILTIN_GTEST=ON \
-DTCP_PUBSUB_LIBRARY_TYPE=${{env.tcp_pubsub_library_type}} \
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
-DBUILD_SHARED_LIBS=${{ env.build_shared_libs }}
Expand Down
Loading