mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:38:11 +00:00

The test file is a short clip from Big Buck Bunny, so a license file was added to the directory to attribute it.
11 lines
344 B
CMake
11 lines
344 B
CMake
set(TEST_SOURCES
|
|
TestVP9Decode.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibVideo LIBS LibVideo)
|
|
endforeach()
|
|
|
|
install(FILES vp9_in_webm.webm DESTINATION usr/Tests/LibVideo)
|
|
install(FILES vp9_4k.webm DESTINATION usr/Tests/LibVideo)
|
|
install(FILES vp9_clamp_reference_mvs.webm DESTINATION usr/Tests/LibVideo)
|