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 -3
View File
@@ -21,7 +21,7 @@ add_dependencies(tw_shaders imgui::plot imgui::plot)
target_link_libraries(${PROJECT_NAME}
PUBLIC
towards
tw_common
tw::network
tw::metrics
tw::quicr
@@ -41,8 +41,6 @@ target_link_libraries(${PROJECT_NAME}
Jolt
Tracy::TracyClient
TracyClient
# pqxx
# pq
)
target_include_directories(${PROJECT_NAME}