diff --git a/CMakeLists.txt b/CMakeLists.txt index 42c3225..1340f3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,6 +72,16 @@ add_library(mkvparser STATIC if (ENABLE_WEBM_PARSER) include_directories(webm_parser webm_parser/include) add_library(webm_parser STATIC + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/buffer_reader.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/callback.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/dom_types.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/element.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/file_reader.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/id.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/istream_reader.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/reader.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/status.h" + "${LIBWEBM_SRC_DIR}/webm_parser/include/webm/webm_parser.h" "${LIBWEBM_SRC_DIR}/webm_parser/src/ancestory.cc" "${LIBWEBM_SRC_DIR}/webm_parser/src/ancestory.h" "${LIBWEBM_SRC_DIR}/webm_parser/src/audio_parser.h"