mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
3ff49fc66d
* Remove redundant definition. svn path=/trunk/; revision=63055
5 lines
239 B
CMake
5 lines
239 B
CMake
|
|
add_executable(cryptui_winetest cryptui.c testlist.c)
|
|
set_module_type(cryptui_winetest win32cui)
|
|
add_importlibs(cryptui_winetest cryptui crypt32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET cryptui_winetest DESTINATION reactos/bin FOR all)
|