xref: /haiku/src/tests/kits/media/playsound/Jamfile (revision 21258e2674226d6aa732321b6f8494841895af5f)
1SubDir HAIKU_TOP src tests kits media playsound ;
2
3BinCommand playfile :
4	playfile.cpp
5	: be bnetapi media [ TargetLibsupc++ ]
6;
7
8BinCommand playsound :
9	playsound.cpp
10	: be media game
11;
12
13BinCommand playwav :
14	playwav.cpp
15	: be media [ TargetLibsupc++ ]
16;
17