mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
1979bcce94
* Sync with Wine 1.7.27. CORE-8540 svn path=/trunk/; revision=64479
6 lines
281 B
CMake
6 lines
281 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
add_executable(msvfw32_winetest drawdib.c msvfw.c testlist.c)
|
|
set_module_type(msvfw32_winetest win32cui)
|
|
add_importlibs(msvfw32_winetest gdi32 advapi32 msvfw32 msvcrt kernel32)
|
|
add_cd_file(TARGET msvfw32_winetest DESTINATION reactos/bin FOR all)
|