1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:17:44 +00:00
serenity/Meta/Lagom/Contrib/VideoPlayerSDL/CMakeLists.txt
2023-11-27 09:04:47 -07:00

7 lines
179 B
CMake

add_compile_options(-DAK_DONT_REPLACE_STD)
add_executable(VideoPlayerSDL
main.cpp
)
target_link_libraries(VideoPlayerSDL PRIVATE LibMain LibCore LibGfx LibVideo SDL2::SDL2)