mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:27:42 +00:00
15 lines
331 B
CMake
15 lines
331 B
CMake
set(SOURCES
|
|
MatroskaDocument.h
|
|
MatroskaReader.cpp
|
|
VP9/BitStream.cpp
|
|
VP9/Decoder.cpp
|
|
VP9/Enums.h
|
|
VP9/LookupTables.h
|
|
VP9/ProbabilityTables.cpp
|
|
VP9/Symbols.h
|
|
VP9/SyntaxElementCounter.cpp
|
|
VP9/TreeParser.cpp
|
|
)
|
|
|
|
serenity_lib(LibVideo video)
|
|
target_link_libraries(LibVideo LibAudio LibCore LibIPC)
|