2e19963871abdd16eef7d9dd8ee0471972893ebb
[reactos.git] / rostests / winetests / atl80 / CMakeLists.txt
1
2 add_definitions(-D_ATL_VER=_ATL_VER_80)
3 list(APPEND SOURCE atl.c testlist.c)
4 add_executable(atl80_winetest ${SOURCE} atl80.rc)
5 target_link_libraries(atl80_winetest uuid)
6 set_module_type(atl80_winetest win32cui)
7 add_importlibs(atl80_winetest atl80 oleaut32 ole32 advapi32 user32 msvcrt kernel32)
8 add_cd_file(TARGET atl80_winetest DESTINATION reactos/bin FOR all)