mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
6 lines
249 B
CMake
6 lines
249 B
CMake
|
|
remove_definitions(-D_WIN32_WINNT=0x502)
|
|
add_executable(bcrypt_winetest bcrypt.c testlist.c)
|
|
set_module_type(bcrypt_winetest win32cui)
|
|
add_importlibs(bcrypt_winetest bcrypt advapi32 user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET bcrypt_winetest)
|