mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
5dbec815ce
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60475
16 lines
392 B
CMake
16 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)
|