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
lizhongxiao
OpenXG-RAN
Commits
1ce9e29a
Commit
1ce9e29a
authored
Aug 31, 2022
by
jperaldi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enabling NR/TTCN to be set through env variable to ease Sequans package generation
parent
3f768126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
cmake_targets/CMakeLists.txt
cmake_targets/CMakeLists.txt
+7
-1
No files found.
cmake_targets/CMakeLists.txt
View file @
1ce9e29a
...
...
@@ -2761,11 +2761,16 @@ target_link_libraries (lte-uesoftmodem pthread m CONFIG_LIB rt crypt ${CRYPTO_LI
target_link_libraries
(
lte-uesoftmodem
${
LIB_LMS_LIBRARIES
}
)
target_link_libraries
(
lte-uesoftmodem lttng-ust
)
target_link_libraries
(
lte-uesoftmodem
${
T_LIB
}
)
target_link_libraries
(
lte-uesoftmodem lttng-ust
)
# nr-softmodem
###################################################
if
(
$ENV{NR_ENABLE}
)
add_boolean_option
(
NR_ENABLE TRUE
"Flag for NR compilation"
)
else
()
add_boolean_option
(
NR_ENABLE FALSE
"Flag for NR compilation"
)
endif
()
add_boolean_option
(
NR_ENABLE False
"Flag for NR compilation"
)
Message
(
"NR_ENABLE flag is
${
NR_ENABLE
}
"
)
add_executable
(
nr-softmodem
...
...
@@ -2801,6 +2806,7 @@ target_link_libraries (nr-softmodem
X2AP_LIB X2AP_ENB F1AP_LIB F1AP M2AP_LIB M2AP_ENB M3AP_LIB M3AP_ENB
${
FSPT_MSG_LIB
}
-Wl,--end-group z dl
)
target_link_libraries
(
nr-softmodem lttng-ust
)
target_link_libraries
(
nr-softmodem
${
LIBXML2_LIBRARIES
}
)
target_link_libraries
(
nr-softmodem pthread m CONFIG_LIB rt crypt
${
CRYPTO_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
sctp
${
XFORMS_LIBRARIES
}
${
PROTOBUF_LIB
}
${
CMAKE_DL_LIBS
}
${
LIBYAML_LIBRARIES
}
${
ATLAS_LIBRARIES
}
)
target_link_libraries
(
nr-softmodem
${
LIB_LMS_LIBRARIES
}
)
...
...
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