[CMAKE]
[reactos.git] / 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_cab_target(route 1)