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
147c2540
Commit
147c2540
authored
Feb 20, 2017
by
François Grisez
Browse files
Windows package: include all ms2 plugins into linphone-base component except msopenh264
parent
5bb14d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
configs/desktop/linphone_package/CMakeLists.txt
View file @
147c2540
...
...
@@ -175,7 +175,7 @@ if(WIN32)
PATTERN
"lib/cmake"
EXCLUDE
PATTERN
"lib/gdk-pixbuf-2.0"
EXCLUDE
PATTERN
"lib/glib-2.0"
EXCLUDE
PATTERN
"lib/mediastreamer"
EXCLUDE
PATTERN
"lib/mediastreamer
/plugins/libmsopenh264.*
"
EXCLUDE
PATTERN
"lib/pkgconfig"
EXCLUDE
PATTERN
"lib/*.a"
EXCLUDE
PATTERN
"lib/*.def"
EXCLUDE
...
...
@@ -222,11 +222,6 @@ if(WIN32)
FILES_MATCHING PATTERN
"libmsopenh264.*"
)
endif
()
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins/"
DESTINATION
"lib/mediastreamer/plugins"
FILES_MATCHING PATTERN
"libmssilk.*"
)
elseif
(
APPLE
)
find_program
(
MAC_BUNDLER gtk-mac-bundler
)
if
(
NOT MAC_BUNDLER
)
...
...
@@ -247,10 +242,6 @@ elseif(APPLE)
endif
()
if
(
MSVC
)
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins/"
DESTINATION
"lib/mediastreamer/plugins"
FILES_MATCHING PATTERN
"libmswasapi.dll"
)
string
(
REGEX REPLACE
"Visual Studio ([0-9]+).*"
"
\\
1"
MSVC_VERSION
"
${
CMAKE_GENERATOR
}
"
)
find_file
(
MSVCP_LIB
"msvcp
${
MSVC_VERSION
}
0.dll"
PATHS
"C:/Windows/System32"
)
# Starting with Visual Studio 2015 (MSVC_VERSION==14) the msvcr dll has been renamed to vcruntime
...
...
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