generated from Sithas/conan_template
Добавлены структуры исключений
This commit is contained in:
@@ -48,6 +48,10 @@ add_executable(App ./src/main.cpp
|
||||
./src/DAO/MemoryAuthDAO.cpp
|
||||
./src/DAO/MemoryAuthDAO.h
|
||||
./src/endpoints_handlers/AuthLogoutExecutor.h
|
||||
./src/exceptions/exception400_bad_request.cpp
|
||||
./src/exceptions/exception400_bad_request.h
|
||||
./src/exceptions/exception409_conflict.cpp
|
||||
./src/exceptions/exception409_conflict.h
|
||||
)
|
||||
|
||||
target_link_libraries(App PRIVATE Boost::boost Boost::json Threads::Threads mysql::concpp)
|
||||
|
||||
Reference in New Issue
Block a user