mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 01:07:44 +00:00
Meta: Add a minimal SDL2 based videoplayer for Lagom
This commit is contained in:
parent
7510fa1598
commit
8c65cc185a
3 changed files with 121 additions and 0 deletions
7
Meta/Lagom/Contrib/VideoPlayerSDL/CMakeLists.txt
Normal file
7
Meta/Lagom/Contrib/VideoPlayerSDL/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
add_compile_options(-DAK_DONT_REPLACE_STD)
|
||||
|
||||
add_executable(VideoPlayerSDL
|
||||
main.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(VideoPlayerSDL PRIVATE LibMain LibCore LibGfx LibVideo SDL2::SDL2)
|
Loading…
Add table
Add a link
Reference in a new issue