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

VideoPlayer: Pledge the "VideoPlayer" configuration domain

This commit is contained in:
Caoimhe 2023-05-11 11:40:00 +01:00 committed by Andrew Kaster
parent 17a1e2eed1
commit 61add64f0f
2 changed files with 6 additions and 1 deletions

View file

@ -17,4 +17,4 @@ set(GENERATED_SOURCES
)
serenity_app(VideoPlayer ICON app-video-player)
target_link_libraries(VideoPlayer PRIVATE LibVideo LibAudio LibCore LibGfx LibGUI LibMain LibFileSystemAccessClient)
target_link_libraries(VideoPlayer PRIVATE LibVideo LibAudio LibConfig LibCore LibGfx LibGUI LibMain LibFileSystemAccessClient)