Create this branch to work on loading of different Kernel-Debugger DLL providers...
[reactos.git] / base / applications / network / nslookup / CMakeLists.txt
1
2 add_executable(nslookup
3 nslookup.c
4 utility.c
5 nslookup.rc)
6
7 add_pch(nslookup nslookup.h)
8 set_module_type(nslookup win32cui)
9 add_importlibs(nslookup user32 ws2_32 snmpapi iphlpapi msvcrt kernel32)
10 add_cd_file(TARGET nslookup DESTINATION reactos/system32 FOR all)