mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
26f0614d70
svn path=/trunk/; revision=70831
6 lines
225 B
CMake
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)
|