1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 14:07:45 +00:00

VideoPlayer: Port VideoPlayer to LibMain

This commit is contained in:
Conor Byrne 2021-12-31 22:29:07 +00:00 committed by Brian Gianforcaro
parent 5cfbaad0a5
commit 2042a4d1e1
2 changed files with 6 additions and 5 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_bin(VideoPlayer)
target_link_libraries(VideoPlayer LibVideo LibAudio LibGUI)
target_link_libraries(VideoPlayer LibVideo LibAudio LibGUI LibMain)