mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
4ddde1d7c9
* Sync with Wine 1.7.1. svn path=/trunk/; revision=60165
7 lines
259 B
CMake
7 lines
259 B
CMake
|
|
add_definitions(-D__ROS_LONG64__)
|
|
add_executable(dnsapi_winetest name.c record.c testlist.c)
|
|
set_module_type(dnsapi_winetest win32cui)
|
|
add_importlibs(dnsapi_winetest dnsapi msvcrt kernel32)
|
|
add_cd_file(TARGET dnsapi_winetest DESTINATION reactos/bin FOR all)
|