132f7fc6de68d1e9edfd20faf1eee9b079160afb
[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)