Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
e76336cb
Commit
e76336cb
authored
Apr 16, 2015
by
Ghislain MARY
Browse files
Include SILK and iLBC mediastreamer plugins in the Linphone installer.
parent
d94d4b5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
configs/desktop/CMakeLists.txt
configs/desktop/CMakeLists.txt
+6
-1
No files found.
configs/desktop/CMakeLists.txt
View file @
e76336cb
...
...
@@ -86,10 +86,15 @@ install(DIRECTORY "${LINPHONE_OUTPUT_DIR}/"
PATTERN
"bin/xmlwf.exe"
EXCLUDE
)
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins/"
DESTINATION
"lib/mediastreamer/plugins"
FILES_MATCHING PATTERN
"libmssilk.*"
PATTERN
"libmsilbc.*"
)
if
(
MSVC
)
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins/"
DESTINATION
"lib/mediastreamer/plugins"
FILES_MATCHING PATTERN
"
*
mswasapi
*
.dll"
FILES_MATCHING PATTERN
"
lib
mswasapi.dll"
)
string
(
REGEX REPLACE
"Visual Studio ([0-9]+).*"
"
\\
1"
MSVC_VERSION
"
${
CMAKE_GENERATOR
}
"
)
if
(
"
${
CMAKE_BUILD_TYPE
}
"
STREQUAL
"Debug"
)
...
...
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