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 -6
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.26)
project(towards)
project(tw_common)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_STANDARD 23)
@@ -42,11 +42,7 @@ target_include_directories(${PROJECT_NAME}
target_link_libraries(${PROJECT_NAME}
PUBLIC
tw::network
tw::protocol
loft::common
loft::base
loft::render_graph
spdlog::spdlog
glm::glm
EnTT::EnTT
Jolt