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