reactos/rostests/winetests/dsound/CMakeLists.txt
Amine Khaldi 5dbec815ce [DSOUND_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60475
2013-09-30 11:39:02 +00:00

17 lines
392 B
CMake

list(APPEND SOURCE
capture.c
ds3d8.c
ds3d.c
dsound8.c
dsound.c
duplex.c
propset.c
testlist.c)
add_executable(dsound_winetest ${SOURCE})
target_link_libraries(dsound_winetest uuid dxguid)
set_module_type(dsound_winetest win32cui)
add_importlibs(dsound_winetest ole32 user32 msvcrt kernel32)
add_cd_file(TARGET dsound_winetest DESTINATION reactos/bin FOR all)