reactos/rostests/winetests/amstream/CMakeLists.txt
Amine Khaldi f58b4dee9f [AMSTREAM_WINETEST]
* Sync with Wine 1.7.1.
CORE-7469

svn path=/trunk/; revision=60494
2013-10-01 15:07:45 +00:00

7 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)