[SNDVOL32] Add the small line dialog
[reactos.git] / base / applications / network / tracert / CMakeLists.txt
1
2 add_executable(tracert tracert.cpp tracert.rc)
3 set_module_type(tracert win32cui UNICODE)
4 add_importlibs(tracert ws2_32 iphlpapi user32 msvcrt kernel32 ntdll)
5 add_cd_file(TARGET tracert DESTINATION reactos/system32 FOR all)