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
-2
View File
@@ -33,8 +33,6 @@ target_link_libraries(tw_server_lib
protobuf::libprotobuf
${Boost_LIBRARIES}
Tracy::TracyClient
pqxx
pq
)
add_executable(${PROJECT_NAME} src/server.cpp)