[TRANSLATION]
[reactos.git] / reactos / base / applications / network / route / CMakeLists.txt
1
2
3 add_executable(route route.c route.rc)
4
5 set_module_type(route win32cui UNICODE)
6 add_importlibs(route ws2_32 iphlpapi msvcrt kernel32)
7 add_cd_file(TARGET route DESTINATION reactos/system32 FOR all)