reactos/rostests/winetests/dnsapi/CMakeLists.txt

7 lines
259 B
CMake
Raw Normal View History

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)