Partial merge of condrv_restructure branch r65657.
[reactos.git] / rostests / winetests / rsaenh / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3 add_executable(rsaenh_winetest rsaenh.c testlist.c)
4 set_module_type(rsaenh_winetest win32cui)
5 add_importlibs(rsaenh_winetest advapi32 msvcrt kernel32)
6 add_cd_file(TARGET rsaenh_winetest DESTINATION reactos/bin FOR all)