Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
7ddbbace
Commit
7ddbbace
authored
Aug 19, 2015
by
François Grisez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build mkvstream with CMake
parent
798c5bea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tools/CMakeLists.txt
tools/CMakeLists.txt
+4
-0
No files found.
tools/CMakeLists.txt
View file @
7ddbbace
...
...
@@ -46,3 +46,7 @@ string(REPLACE ";" " " LINK_FLAGS_STR "${LINK_FLAGS}")
if
(
NOT
"
${
LINK_FLAGS_STR
}
"
STREQUAL
""
)
set_target_properties
(
mediastream PROPERTIES LINK_FLAGS
"
${
LINK_FLAGS_STR
}
"
)
endif
()
add_executable
(
mkvstream mkvstream.c
)
target_link_libraries
(
mkvstream mediastreamer_voip mediastreamer_base
)
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