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:
parent
5cfbaad0a5
commit
2042a4d1e1
2 changed files with 6 additions and 5 deletions
|
@ -9,4 +9,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(VideoPlayer)
|
||||
target_link_libraries(VideoPlayer LibVideo LibAudio LibGUI)
|
||||
target_link_libraries(VideoPlayer LibVideo LibAudio LibGUI LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue