[DNSAPI_APITEST] Add more tests for DnsQuery_A/W. By Peter Hater. ROSTESTS-242
[reactos.git] / rostests / apitests / dnsapi / CMakeLists.txt
1
2 list(APPEND SOURCE
3 DnsQuery.c
4 testlist.c)
5
6 add_executable(dnsapi_apitest ${SOURCE})
7 target_link_libraries(dnsapi_apitest wine)
8 set_module_type(dnsapi_apitest win32cui)
9 add_importlibs(dnsapi_apitest ws2_32 dnsapi iphlpapi msvcrt kernel32 ntdll)
10 add_cd_file(TARGET dnsapi_apitest DESTINATION reactos/bin FOR all)