[CRYPTNET_WINETEST]
[reactos.git] / rostests / winetests / cryptnet / CMakeLists.txt
1
2 add_executable(cryptnet_winetest cryptnet.c testlist.c)
3 set_module_type(cryptnet_winetest win32cui)
4 add_importlibs(cryptnet_winetest cryptnet crypt32 msvcrt kernel32)
5 add_cd_file(TARGET cryptnet_winetest DESTINATION reactos/bin FOR all)