mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
66e5c9bbf7
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60480
5 lines
224 B
CMake
5 lines
224 B
CMake
|
|
add_executable(dplayx_winetest dplayx.c testlist.c)
|
|
set_module_type(dplayx_winetest win32cui)
|
|
add_importlibs(dplayx_winetest dplayx ole32 msvcrt kernel32)
|
|
add_cd_file(TARGET dplayx_winetest DESTINATION reactos/bin FOR all)
|