generated from Sithas/conan_template
Постановка нового маршрута
This commit is contained in:
@@ -39,6 +39,7 @@ add_executable(App ./src/main.cpp
|
||||
./src/db/mysql_connector.h
|
||||
./src/DAO/IUserDAO.h
|
||||
./src/entities/user.h
|
||||
./src/entities/medication.h
|
||||
./src/DAO/MySQLUserDAO.cpp
|
||||
./src/DAO/MySQLUserDAO.h
|
||||
./src/endpoints_handlers/IExecutor.h
|
||||
@@ -54,6 +55,8 @@ add_executable(App ./src/main.cpp
|
||||
src/log/Log.h
|
||||
src/log/Log.cpp
|
||||
tests/fixtures/AuthFixture.h
|
||||
src/endpoints_handlers/UserGetMedicationsExecutor.h
|
||||
src/DAO/IMedicationsDAO.h
|
||||
)
|
||||
|
||||
target_link_libraries(App PRIVATE Boost::boost
|
||||
|
||||
Reference in New Issue
Block a user