reactos/modules/rostests/winetests/dsound/CMakeLists.txt
2017-12-21 13:53:36 +01:00

18 lines
426 B
CMake

list(APPEND SOURCE
capture.c
ds3d8.c
ds3d.c
dsound8.c
dsound.c
duplex.c
propset.c
dsound_test.h)
add_executable(dsound_winetest ${SOURCE} testlist.c)
target_link_libraries(dsound_winetest uuid dxguid)
set_module_type(dsound_winetest win32cui)
add_importlibs(dsound_winetest ole32 user32 msvcrt kernel32)
add_pch(dsound_winetest dsound_test.h SOURCE)
add_rostests_file(TARGET dsound_winetest)