mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
6c5cf5c286
* Import from Wine 1.7.1. svn path=/trunk/; revision=60108
8 lines
365 B
CMake
8 lines
365 B
CMake
|
|
add_definitions(-D_ATL_VER=_ATL_VER_80)
|
|
list(APPEND SOURCE atl.c testlist.c)
|
|
add_executable(atl80_winetest ${SOURCE})
|
|
target_link_libraries(atl80_winetest wine uuid)
|
|
set_module_type(atl80_winetest win32cui)
|
|
add_importlibs(atl80_winetest atl80 oleaut32 ole32 advapi32 user32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET atl80_winetest DESTINATION reactos/bin FOR all)
|