Skip to content

Commit af5cbdc

Browse files
committed
123
1 parent 356825b commit af5cbdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/player/xmake.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
add_rules("mode.debug", "mode.release")
22

3+
add_requires("sdl2")
34
add_requires("sdl2_image")
45
add_requires("ffmpeg")
56

67
target("player")
78
do
89
add_files("*.c")
10+
add_packages("sdl2")
911
add_packages("sdl2_image")
1012
add_packages("ffmpeg")
1113
end

0 commit comments

Comments
 (0)