[CMAKE]
[reactos.git] / rostests / winetests / dsound / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 capture.c
8 ds3d8.c
9 ds3d.c
10 dsound8.c
11 dsound.c
12 duplex.c
13 propset.c
14 testlist.c)
15
16 add_executable(dsound_winetest ${SOURCE})
17 target_link_libraries(dsound_winetest wine uuid dxguid)
18 set_module_type(dsound_winetest win32cui)
19 add_importlibs(dsound_winetest dsound ole32 user32 msvcrt kernel32 ntdll)
20 add_cab_target(dsound_winetest 7)