Подготовка интеграционного теста

This commit is contained in:
Антон
2025-10-07 10:59:06 +03:00
parent 5fcad355d1
commit 38a8d5effd
6 changed files with 12 additions and 126 deletions
+2 -1
View File
@@ -3,7 +3,7 @@ project(UpAndDown)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_definitions(-D_WIN32_WINNT=0x0602)
if(POLICY CMP0167)
cmake_policy(SET CMP0167 OLD)
endif()
@@ -48,6 +48,7 @@ add_executable(App ./src/main.cpp
./src/DAO/MemoryAuthDAO.cpp
./src/DAO/MemoryAuthDAO.h
./src/endpoints_handlers/AuthLogoutExecutor.h
./src/endpoints_handlers/AuthLoginExecutor.h
./src/exceptions/session_exception.cpp
./src/exceptions/session_exception.h
src/log/Log.h