Skip to content

Commit 7da7715

Browse files
committed
Done
1 parent 9e94867 commit 7da7715

File tree

4 files changed

+516
-5
lines changed

4 files changed

+516
-5
lines changed

sprint4/problems/leave_game/solution/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ conan_basic_setup(TARGETS)
1515

1616
find_package(PkgConfig REQUIRED)
1717
pkg_check_modules(PQXX REQUIRED libpqxx)
18+
find_library(PQ_LIB pq REQUIRED)
1819

1920
# Добавляем найденные пути к заголовкам
2021
include_directories(${PQXX_INCLUDE_DIRS})
@@ -74,4 +75,5 @@ target_link_libraries(game_server
7475
CONAN_PKG::boost
7576
# ${PQXX_LIB}
7677
${PQXX_LIBRARIES}
78+
${PQ_LIB}
7779
)

0 commit comments

Comments
 (0)