reactos/rostests/winetests/bcrypt/CMakeLists.txt
Amine Khaldi 26f0614d70 [BCRYPT_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70831
2016-03-01 12:28:40 +00:00

6 lines
225 B
CMake

add_executable(bcrypt_winetest bcrypt.c testlist.c)
set_module_type(bcrypt_winetest win32cui)
add_importlibs(bcrypt_winetest bcrypt user32 msvcrt kernel32)
add_cd_file(TARGET bcrypt_winetest DESTINATION reactos/bin FOR all)