reactos/rostests/winetests/avifil32/CMakeLists.txt
Timo Kreuzer 97830a1dfe [CMAKE]
Revert r50434. Insetad add __WINESRC__ definition to amstream and avifil32 winetests

svn path=/trunk/; revision=50435
2011-01-19 14:59:38 +00:00

8 lines
293 B
CMake

add_definitions(-D_DLL -D__USE_CRTIMP -D__ROS_LONG64__)
add_executable(avifil32_winetest api.c testlist.c)
target_link_libraries(avifil32_winetest wine)
set_module_type(avifil32_winetest win32cui)
add_importlibs(avifil32_winetest avifil32 msvcrt kernel32)
add_cab_target(avifil32_winetest 7)