Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
mswebrtc
Commits
fbd6ff45
Commit
fbd6ff45
authored
1 month ago
by
Ghislain MARY
Browse files
Options
Download
Patches
Plain Diff
Fix installation directory when built statically.
parent
af4afe10
master
feature/AEC3
release/5.4
5.5.0-alpha
5.4.0
1 merge request
!26
Fix installation directory when built statically.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+1
-1
CMakeLists.txt
with
1 addition
and
1 deletion
CMakeLists.txt
+
1
−
1
View file @
fbd6ff45
...
...
@@ -443,7 +443,7 @@ endif()
install
(
TARGETS mswebrtc
RUNTIME DESTINATION
${
Mediastreamer2_PLUGINS_DIR
}
LIBRARY DESTINATION
${
Mediastreamer2_PLUGINS_DIR
}
ARCHIVE DESTINATION
${
Mediastreamer2_PLUGINS_
DIR
}
ARCHIVE DESTINATION
${
CMAKE_INSTALL_LIB
DIR
}
FRAMEWORK DESTINATION Frameworks
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets