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
39f7e9bb
Commit
39f7e9bb
authored
Apr 20, 2015
by
François Grisez
Browse files
Fix cmake issue on UNIX platforms
parent
6b6d3848
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
configs/desktop/CMakeLists.txt
configs/desktop/CMakeLists.txt
+2
-1
No files found.
configs/desktop/CMakeLists.txt
View file @
39f7e9bb
...
...
@@ -88,9 +88,10 @@ install(DIRECTORY "${LINPHONE_OUTPUT_DIR}/"
PATTERN
"bin/openh264.dll"
EXCLUDE
)
install
(
FILES
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins
/libmsopenh264.dll
"
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins"
DESTINATION
"./lib/mediastreamer/plugins"
COMPONENT
"msopenh264"
FILES_MATCHING PATTERN
"libmsopenh264.*"
)
install
(
DIRECTORY
"
${
LINPHONE_OUTPUT_DIR
}
/lib/mediastreamer/plugins/"
...
...
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