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
@@ -20,8 +20,6 @@ target_link_libraries(tw_serialization
EnTT::EnTT
)
# Require C++20 for concepts / span
target_compile_features(tw_serialization INTERFACE cxx_std_20)
# ── Tests / benchmarks ───────────────────────────────────────────────────────
add_subdirectory(tests)
# add_subdirectory(tests)