6f1dc4076bda3ed10681d4fa53ea3b9f2e832c4e
[reactos.git] / rostests / winetests / bcrypt / CMakeLists.txt
1
2 remove_definitions(-D_WIN32_WINNT=0x502)
3 add_executable(bcrypt_winetest bcrypt.c testlist.c)
4 set_module_type(bcrypt_winetest win32cui)
5 add_importlibs(bcrypt_winetest bcrypt advapi32 user32 msvcrt kernel32)
6 add_cd_file(TARGET bcrypt_winetest DESTINATION reactos/bin FOR all)