Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flexisip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
6
Issues
6
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
flexisip
Commits
1c543f55
Commit
1c543f55
authored
Dec 06, 2017
by
Benjamin REIS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add find belle-sip in dependency and include dirs and libs
parent
cc854425
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
CMakeLists.txt
src/CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
1c543f55
...
...
@@ -193,9 +193,11 @@ endif()
if
(
ENABLE_CONFERENCE
)
if
(
LINPHONE_BUILDER_GROUP_EXTERNAL_SOURCE_PATH_BUILDERS
)
include
(
"
${
EP_bellesip_CONFIG_DIR
}
/BelleSIPConfig.cmake"
)
include
(
"
${
EP_linphone_CONFIG_DIR
}
/LinphoneConfig.cmake"
)
include
(
"
${
EP_linphone_CONFIG_DIR
}
/wrappers/cpp/LinphoneCxxConfig.cmake"
)
else
()
find_package
(
BelleSIP 1.2.4 REQUIRED
)
find_package
(
Linphone REQUIRED
)
find_package
(
LinphoneCxx REQUIRED
)
endif
()
...
...
src/CMakeLists.txt
View file @
1c543f55
...
...
@@ -194,6 +194,8 @@ if(ENABLE_PRESENCE)
endif
()
if
(
ENABLE_CONFERENCE
)
list
(
APPEND FLEXISIP_LIBS
${
BELLESIP_LIBRARIES
}
${
LINPHONE_LIBRARIES
}
)
list
(
APPEND FLEXISIP_INCLUDES
${
BELLESIP_INCLUDE_DIRS
}
${
LINPHONE_INCLUDE_DIRS
}
)
list
(
APPEND FLEXISIP_SOURCES
conference/conference-server.cc
conference/conference-server.hh
...
...
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