mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
13 lines
209 B
CMake
13 lines
209 B
CMake
serenity_component(
|
|
VideoPlayer
|
|
TARGETS VideoPlayer
|
|
DEPENDS AudioServer
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(VideoPlayer)
|
|
target_link_libraries(VideoPlayer LibVideo LibAudio LibGUI LibMain)
|