cmake: Add missing dumpvtt target.
Change-Id: Ie751a8bcf10d554dd2dad7171b27df22bf442d40
This commit is contained in:
@@ -90,6 +90,15 @@ add_executable(sample_muxer
|
|||||||
"${LIBWEBM_SRC_DIR}/webvttparser.h")
|
"${LIBWEBM_SRC_DIR}/webvttparser.h")
|
||||||
target_link_libraries(sample_muxer LINK_PUBLIC webm)
|
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.
|
# Vttdemux section.
|
||||||
add_executable(vttdemux
|
add_executable(vttdemux
|
||||||
"${LIBWEBM_SRC_DIR}/vttdemux.cc"
|
"${LIBWEBM_SRC_DIR}/vttdemux.cc"
|
||||||
|
|||||||
Reference in New Issue
Block a user