We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994d516 commit a1a842eCopy full SHA for a1a842e
CMakeLists.txt
@@ -8,13 +8,15 @@ add_library(crud-lib
8
src/controller/UserController.hpp
9
src/db/UserDb.hpp
10
src/dto/PageDto.hpp
11
+ src/dto/StatusDto.hpp
12
src/dto/UserDto.hpp
13
src/service/UserService.cpp
14
src/service/UserService.hpp
15
src/AppComponent.hpp
16
src/DatabaseComponent.hpp
17
src/SwaggerComponent.hpp
- src/ErrorHandler.cpp src/ErrorHandler.hpp src/dto/StatusDto.hpp)
18
+ src/ErrorHandler.cpp
19
+ src/ErrorHandler.hpp)
20
21
## include directories
22
azure-pipelines.yml
@@ -56,7 +56,7 @@ jobs:
56
- script: |
57
cmake ..
58
sudo make
59
- displayName: 'CMake'
+ displayName: 'CMake'
60
workingDirectory: build
61
62
make test ARGS="-V"
0 commit comments