added session to work.cpp

This commit is contained in:
Sascha Kühl
2025-07-08 14:15:45 +02:00
parent d4253ee4d0
commit 7fd11ad174
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -19,5 +19,7 @@ target_link_libraries(work PRIVATE
matador-core
matador-orm
${CMAKE_DL_LIBS}
${SQLite3_LIBRARIES}
${PostgreSQL_LIBRARY}
)
add_dependencies(work matador-postgres)