Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
openairinterface5G
Commits
2908cd51
Commit
2908cd51
authored
1 year ago
by
Robert Schmidt
Committed by
Rúben Soares Silva
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Use add_subdirectory() for nfapi/ subdirectory
parent
4d4eb6c8
No related branches found
No related tags found
2 merge requests
!2823
Integration: `2024.w26` (part 2)
,
!2714
FAPI P5 Refactoring and unitary test creation
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-2
1 addition, 2 deletions
CMakeLists.txt
nfapi/CMakeLists.txt
+1
-1
1 addition, 1 deletion
nfapi/CMakeLists.txt
with
2 additions
and
3 deletions
CMakeLists.txt
+
1
−
2
View file @
2908cd51
...
...
@@ -2087,8 +2087,6 @@ add_executable(nr-softmodem
${
OPENAIR1_DIR
}
/PHY/TOOLS/phy_scope_interface.c
)
include
(
${
OPENAIR_DIR
}
/nfapi/CMakeLists.txt
)
target_link_libraries
(
nr-softmodem PRIVATE
-Wl,--start-group
UTIL HASHTABLE SCTP_CLIENT SCHED_LIB SCHED_RU_LIB SCHED_NR_LIB PHY_NR PHY PHY_COMMON PHY_NR_COMMON PHY_RU GTPV1U SECURITY
...
...
@@ -2514,6 +2512,7 @@ endif()
add_subdirectory
(
common
)
add_subdirectory
(
doc
)
add_subdirectory
(
nfapi
)
add_subdirectory
(
openair1
)
add_subdirectory
(
openair2
)
add_subdirectory
(
openair3
)
...
...
This diff is collapsed.
Click to expand it.
nfapi/CMakeLists.txt
+
1
−
1
View file @
2908cd51
include
(
${
OPENAIR_DIR
}
/nfapi/oai_integration/aerial/CMakeLists.txt
)
\ No newline at end of file
include
(
oai_integration/aerial/CMakeLists.txt
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment