mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
7 lines
179 B
CMake
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)
|