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