mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
6 lines
273 B
CMake
6 lines
273 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
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)
|