Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
spbro
OpenXG-RAN
Commits
35ede164
Commit
35ede164
authored
1 year ago
by
Robert Schmidt
Committed by
Rúben Soares Silva
10 months ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use add_subdirectory() for nfapi/ subdirectory
parent
34b97b64
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
CMakeLists.txt
CMakeLists.txt
+1
-2
nfapi/CMakeLists.txt
nfapi/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
35ede164
...
@@ -2065,8 +2065,6 @@ add_executable(nr-softmodem
...
@@ -2065,8 +2065,6 @@ add_executable(nr-softmodem
${
OPENAIR1_DIR
}
/PHY/TOOLS/phy_scope_interface.c
${
OPENAIR1_DIR
}
/PHY/TOOLS/phy_scope_interface.c
)
)
include
(
${
OPENAIR_DIR
}
/nfapi/CMakeLists.txt
)
target_link_libraries
(
nr-softmodem PRIVATE
target_link_libraries
(
nr-softmodem PRIVATE
-Wl,--start-group
-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
UTIL HASHTABLE SCTP_CLIENT SCHED_LIB SCHED_RU_LIB SCHED_NR_LIB PHY_NR PHY PHY_COMMON PHY_NR_COMMON PHY_RU GTPV1U SECURITY
...
@@ -2472,6 +2470,7 @@ endif()
...
@@ -2472,6 +2470,7 @@ endif()
add_subdirectory
(
common
)
add_subdirectory
(
common
)
add_subdirectory
(
doc
)
add_subdirectory
(
doc
)
add_subdirectory
(
nfapi
)
add_subdirectory
(
openair1
)
add_subdirectory
(
openair1
)
add_subdirectory
(
openair2
)
add_subdirectory
(
openair2
)
add_subdirectory
(
openair3
)
add_subdirectory
(
openair3
)
...
...
This diff is collapsed.
Click to expand it.
nfapi/CMakeLists.txt
View file @
35ede164
include
(
${
OPENAIR_DIR
}
/nfapi/oai_integration/aerial/CMakeLists.txt
)
include
(
oai_integration/aerial/CMakeLists.txt
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment