Базовая компиляция контроллеров и executor'ов

This commit is contained in:
Антон
2025-08-25 19:47:16 +03:00
parent 39b1625fb5
commit 83a99bbad7
3 changed files with 51 additions and 20 deletions
+3 -2
View File
@@ -42,8 +42,9 @@ add_executable(App ./src/main.cpp
./src/entities/User.h
./src/DAO/MySQLUserDAO.cpp
./src/DAO/MySQLUserDAO.h
src/endpoints_handlers/IExecutor.h
src/endpoints_handlers/AuthRegistrationExecutor.h
./src/endpoints_handlers/IExecutor.h
./src/endpoints_handlers/AuthRegistrationExecutor.h
./src/endpoints_handlers/RootExecutor.h
)
target_link_libraries(App PRIVATE Boost::boost Threads::Threads mysql::concpp)