mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
4ee42897fb
* Speedup linking. svn path=/trunk/; revision=60138
7 lines
272 B
CMake
7 lines
272 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
add_executable(cryptnet_winetest cryptnet.c testlist.c)
|
|
set_module_type(cryptnet_winetest win32cui)
|
|
add_importlibs(cryptnet_winetest cryptnet crypt32 msvcrt kernel32)
|
|
add_cd_file(TARGET cryptnet_winetest DESTINATION reactos/bin FOR all)
|