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
littleBu
OpenXG-RAN
Commits
443307a3
Commit
443307a3
authored
Dec 04, 2024
by
Laurent THOMAS
Committed by
Robert Schmidt
Dec 05, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a lib has been added but missed dependancies
parent
c942fe43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common/utils/websrv/CMakeLists.txt
common/utils/websrv/CMakeLists.txt
+1
-1
openair1/PHY/TOOLS/CMakeLists.txt
openair1/PHY/TOOLS/CMakeLists.txt
+2
-2
No files found.
common/utils/websrv/CMakeLists.txt
View file @
443307a3
...
@@ -62,7 +62,7 @@ add_library(websrv MODULE
...
@@ -62,7 +62,7 @@ add_library(websrv MODULE
websrv_utils.c
websrv_utils.c
../../../openair1/PHY/TOOLS/nr_phy_scope.c
../../../openair1/PHY/TOOLS/nr_phy_scope.c
)
)
target_link_libraries
(
websrv PRIVATE ulfius jansson asn1_nr_rrc_hdrs
)
target_link_libraries
(
websrv PRIVATE ulfius jansson asn1_nr_rrc_hdrs
UTIL
)
target_compile_definitions
(
websrv PUBLIC WEBSRVSCOPE
)
target_compile_definitions
(
websrv PUBLIC WEBSRVSCOPE
)
# put websrv into build root and not under build/common/utils/websrv/
# put websrv into build root and not under build/common/utils/websrv/
set_target_properties
(
websrv PROPERTIES LIBRARY_OUTPUT_DIRECTORY ../../..
)
set_target_properties
(
websrv PROPERTIES LIBRARY_OUTPUT_DIRECTORY ../../..
)
...
...
openair1/PHY/TOOLS/CMakeLists.txt
View file @
443307a3
...
@@ -47,10 +47,10 @@ if(ENABLE_UESCOPE OR ENABLE_ENBSCOPE OR ENABLE_NRSCOPE)
...
@@ -47,10 +47,10 @@ if(ENABLE_UESCOPE OR ENABLE_ENBSCOPE OR ENABLE_NRSCOPE)
target_link_libraries
(
xforms_common PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
)
target_link_libraries
(
xforms_common PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
)
add_library
(
enbscope MODULE lte_enb_scope.c $<TARGET_OBJECTS:xforms_common>
)
add_library
(
enbscope MODULE lte_enb_scope.c $<TARGET_OBJECTS:xforms_common>
)
target_link_libraries
(
enbscope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
)
target_link_libraries
(
enbscope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
UTIL
)
add_library
(
uescope MODULE lte_ue_scope.c $<TARGET_OBJECTS:xforms_common>
)
add_library
(
uescope MODULE lte_ue_scope.c $<TARGET_OBJECTS:xforms_common>
)
target_link_libraries
(
uescope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
)
target_link_libraries
(
uescope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs
UTIL
)
add_library
(
nrscope MODULE nr_phy_scope.c
)
add_library
(
nrscope MODULE nr_phy_scope.c
)
target_link_libraries
(
nrscope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs UTIL
)
target_link_libraries
(
nrscope PUBLIC forms PRIVATE asn1_nr_rrc_hdrs asn1_lte_rrc_hdrs UTIL
)
...
...
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