Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
oai-cn5g-nrf
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
cn5g
oai-cn5g-nrf
Merge requests
!19
httpv2 support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
httpv2 support
httpv2_support
into
develop
Overview
5
Commits
6
Pipelines
4
Changes
14
Merged
Rohan
requested to merge
httpv2_support
into
develop
3 years ago
Overview
5
Commits
6
Pipelines
4
Changes
14
Expand
👍
0
👎
0
Merge request reports
Compare
develop
version 3
f9c48674
3 years ago
version 2
cdab6bea
3 years ago
version 1
aae8130e
3 years ago
develop (base)
and
latest version
latest version
b0f69dc4
6 commits,
3 years ago
version 3
f9c48674
5 commits,
3 years ago
version 2
cdab6bea
4 commits,
3 years ago
version 1
aae8130e
3 commits,
3 years ago
14 files
+
791
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
14
Search (e.g. *.vue) (Ctrl+P)
src/api-server/CMakeLists.txt
+
1
−
0
Options
@@ -32,6 +32,7 @@ include_directories(${SRC_TOP_DIR}/../build/ext/spdlog/include)
file
(
GLOB NRF_API_SERVER_src_files
${
NRF_API_SERVER_DIR
}
/nrf-api-server.cpp
${
NRF_API_SERVER_DIR
}
/nrf-http2-server.cpp
${
NRF_API_SERVER_DIR
}
/model/*.cpp
${
NRF_API_SERVER_DIR
}
/api/*.cpp
${
NRF_API_SERVER_DIR
}
/impl/*.cpp
Loading