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
Michael Black
OpenXG-RAN
Commits
ad665b70
Commit
ad665b70
authored
Jun 05, 2023
by
mir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deleted some comments from CMakeLists.txt
parent
10aa33f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
openair2/E2AP/CMakeLists.txt
openair2/E2AP/CMakeLists.txt
+0
-16
No files found.
openair2/E2AP/CMakeLists.txt
View file @
ad665b70
...
...
@@ -86,24 +86,9 @@ if(E2AP_ENCODING STREQUAL "FLATBUFFERS")
find_library
(
FlatCC
NAMES flatccrt_d
HINTS
${
FlatCC_LIB_DIR
}
#"~/workspace/flatcc/lib/"
)
endif
()
###
# set install options
###
#set(NEAR_RIC_INSTALL "FALSE" CACHE STRING "NEAR real time RIC install selection")
#set_property(CACHE NEAR_RIC_INSTALL PROPERTY STRINGS "TRUE" "FALSE")
#set(EMU_AGENT_INSTALL "FALSE" CACHE STRING "emulator of E2 agent")
#set_property(CACHE EMU_AGENT_INSTALL PROPERTY STRINGS "TRUE" "FALSE")
#set(XAPP_C_INSTALL "FALSE" CACHE STRING "XAPP in C install selection")
#set_property(CACHE XAPP_C_INSTALL PROPERTY STRINGS "TRUE" "FALSE")
#set(UNIT_TEST "TRUE" CACHE STRING "build test cases")
#set_property(CACHE UNIT_TEST PROPERTY STRINGS "TRUE" "FALSE")
include_directories
(
flexric/src
)
add_subdirectory
(
flexric/src/agent
)
add_subdirectory
(
flexric/src/lib
)
...
...
@@ -111,4 +96,3 @@ add_subdirectory(flexric/src/sm)
add_subdirectory
(
flexric/src/util
)
add_subdirectory
(
RAN_FUNCTION
)
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