mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
f58b4dee9f
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60494
6 lines
286 B
CMake
6 lines
286 B
CMake
|
|
add_executable(amstream_winetest amstream.c testlist.c)
|
|
target_link_libraries(amstream_winetest uuid)
|
|
set_module_type(amstream_winetest win32cui)
|
|
add_importlibs(amstream_winetest ole32 user32 ddraw msvcrt kernel32)
|
|
add_cd_file(TARGET amstream_winetest DESTINATION reactos/bin FOR all)
|