chore: made pqxx statically linked

This commit is contained in:
Martin Slachta
2026-08-05 18:31:21 +02:00
parent b71f740b9a
commit 0260b4a0a0
16 changed files with 21 additions and 70 deletions
+1 -5
View File
@@ -22,7 +22,7 @@ target_include_directories(tw_peer_to_peer_lib
target_link_libraries(tw_peer_to_peer_lib
PUBLIC
towards
tw_common
tw::network
tw::quicr
tw::protocol
@@ -32,8 +32,6 @@ target_link_libraries(tw_peer_to_peer_lib
spdlog::spdlog
)
# ── standalone executable ─────────────────────────────────────────────────────
add_executable(${PROJECT_NAME} src/PeerToPeer.cpp)
target_link_libraries(${PROJECT_NAME}
@@ -41,6 +39,4 @@ target_link_libraries(${PROJECT_NAME}
tw_peer_to_peer_lib
)
# ── tests ─────────────────────────────────────────────────────────────────────
add_subdirectory(tests)