cmake: Add missing dumpvtt target.
Change-Id: Ie751a8bcf10d554dd2dad7171b27df22bf442d40
This commit is contained in:
parent
f2f87e20ed
commit
7abe8ace91
@ -90,6 +90,15 @@ add_executable(sample_muxer
|
||||
"${LIBWEBM_SRC_DIR}/webvttparser.h")
|
||||
target_link_libraries(sample_muxer LINK_PUBLIC webm)
|
||||
|
||||
# Dumpvtt section.
|
||||
add_executable(dumpvtt
|
||||
"${LIBWEBM_SRC_DIR}/dumpvtt.cc"
|
||||
"${LIBWEBM_SRC_DIR}/vttreader.cc"
|
||||
"${LIBWEBM_SRC_DIR}/vttreader.h"
|
||||
"${LIBWEBM_SRC_DIR}/webvttparser.cc"
|
||||
"${LIBWEBM_SRC_DIR}/webvttparser.h")
|
||||
target_link_libraries(dumpvtt LINK_PUBLIC webm)
|
||||
|
||||
# Vttdemux section.
|
||||
add_executable(vttdemux
|
||||
"${LIBWEBM_SRC_DIR}/vttdemux.cc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user