Добавление ДАО для использования в новом маршруте

This commit is contained in:
2026-01-05 15:29:47 +03:00
parent 49a2913884
commit 8df55238be
7 changed files with 91 additions and 7 deletions
+2
View File
@@ -57,6 +57,8 @@ add_executable(App ./src/main.cpp
tests/fixtures/AuthFixture.h
src/endpoints_handlers/UserGetMedicationsExecutor.h
src/DAO/IMedicationsDAO.h
src/DAO/MySQLMedicationsDAO.h
src/DAO/MySQLMedicationsDAO.cpp
)
target_link_libraries(App PRIVATE Boost::boost