mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 23:58:11 +00:00
14 lines
307 B
CMake
14 lines
307 B
CMake
set(SOURCES
|
|
MatroskaReader.cpp
|
|
VP9/BitStream.cpp
|
|
VP9/Decoder.cpp
|
|
VP9/MV.cpp
|
|
VP9/Parser.cpp
|
|
VP9/ProbabilityTables.cpp
|
|
VP9/SyntaxElementCounter.cpp
|
|
VP9/TreeParser.cpp
|
|
VP9/Utilities.cpp
|
|
)
|
|
|
|
serenity_lib(LibVideo video)
|
|
target_link_libraries(LibVideo LibAudio LibCore LibIPC)
|