diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-22 23:45:46 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-22 23:45:46 +0500 |
| commit | d8d62ca07f55b88674b3c59d95c7eb7e8b2e4f4d (patch) | |
| tree | 11f8d54b26cd002d9e52bd54db112d2809150a71 /CMakeLists.txt | |
| parent | 20911c0cfbe608cc6188cfa27e4f953632a3ef29 (diff) | |
feat: added pqxx dependency
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 82bc566..b2741b3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,4 +21,4 @@ file(GLOB_RECURSE SRC_FILES "src/*.cpp" "src/*.h" "src/*.hpp") target_sources(Bot PRIVATE ${SRC_FILES}) -target_link_libraries(Bot PRIVATE ixwebsocket) +target_link_libraries(Bot PRIVATE ixwebsocket pqxx) |
