Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-SMF
Commits
def0fedd
Commit
def0fedd
authored
Mar 20, 2023
by
Stefan Spettel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style(smf): clean-up CMakeLists.txt
Signed-off-by:
Stefan Spettel
<
stefan.spettel@phine.tech
>
parent
009b6b2c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
build/smf/CMakeLists.txt
build/smf/CMakeLists.txt
+2
-4
src/oai_smf/CMakeLists.txt
src/oai_smf/CMakeLists.txt
+1
-1
No files found.
build/smf/CMakeLists.txt
View file @
def0fedd
...
...
@@ -31,11 +31,9 @@ set (OPENAIRCN_DIR $ENV{OPENAIRCN_DIR})
set
(
BUILD_TOP_DIR
${
OPENAIRCN_DIR
}
/build
)
set
(
SRC_TOP_DIR $ENV{OPENAIRCN_DIR}/src
)
set
(
NF_TARGET_LIB SMF
)
set
(
NF_TARGET smf
)
set
(
NF_TARGET_API_LIB SMF_API
)
set
(
MOUNTED_COMMON
${
SOURCE_TOP_DIR
}
/
oai-cn5g-common-src
)
set
(
MOUNTED_COMMON oai-cn5g-common-src
)
include
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/../../src/oai_smf/CMakeLists.txt
)
...
...
src/oai_smf/CMakeLists.txt
View file @
def0fedd
...
...
@@ -311,7 +311,7 @@ add_executable(smf
${
SRC_TOP_DIR
}
/itti/itti_msg.cpp
)
include
(
${
SRC_TOP_DIR
}
/
oai-cn5g-common-src
/logger/logger.cmake
)
include
(
${
SRC_TOP_DIR
}
/
${
MOUNTED_COMMON
}
/logger/logger.cmake
)
IF
(
STATIC_LINKING
)
SET
(
CMAKE_EXE_LINKER_FLAGS
"-static"
)
...
...
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