chore: made pqxx statically linked
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user