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
e6b5e1c3
Commit
e6b5e1c3
authored
Jul 12, 2016
by
Frédéric Leroy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UE: fix at_nas_ue compilation
parent
844a8af4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
cmake_targets/at_commands/CMakeLists.txt
cmake_targets/at_commands/CMakeLists.txt
+4
-1
No files found.
cmake_targets/at_commands/CMakeLists.txt
View file @
e6b5e1c3
...
...
@@ -215,8 +215,8 @@ set(api_user_HDR
add_library
(
api_user
${
api_user_SRC
}
${
api_user_HDR
}
)
target_include_directories
(
api_user PRIVATE
${
OPENAIR_NAS_DIR
}
/UE/API/USER
${
OPENAIR_NAS_DIR
}
/UE
${
OPENAIR_NAS_DIR
}
/COMMON
${
OPENAIR_NAS_DIR
}
/UE
)
################################################################################
...
...
@@ -397,6 +397,7 @@ target_include_directories(emm PRIVATE
${
OPENAIR_DIR
}
/common/utils/msc
${
OPENAIR_DIR
}
/common/utils
${
OPENAIR_DIR
}
/openair2/COMMON
${
OPENAIR_NAS_DIR
}
/UE
${
OPENAIR_NAS_DIR
}
/UE/API/USIM
${
OPENAIR_NAS_DIR
}
/UE/EMM
${
OPENAIR_NAS_DIR
}
/COMMON/EMM/MSG
...
...
@@ -486,6 +487,7 @@ set(esm_HDR
add_library
(
esm
${
esm_SRC
}
${
esm_HDR
}
)
target_include_directories
(
esm PRIVATE
${
OPENAIR_NAS_DIR
}
/UE
${
OPENAIR_NAS_DIR
}
/UE/API/USER
${
OPENAIR_NAS_DIR
}
/UE/ESM
${
OPENAIR_NAS_DIR
}
/COMMON/ESM/MSG
...
...
@@ -670,6 +672,7 @@ target_include_directories(ies PRIVATE
# EXECUTABLE at_nas_ue
################################################################################
include_directories
(
${
OPENAIR_NAS_DIR
}
/UE
${
OPENAIR_DIR
}
/common/utils/msc
${
OPENAIR3_DIR
}
/COMMON
${
OPENAIR3_DIR
}
/SECU
...
...
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