Reactos
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 8 lines 323 B view raw
1 2include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils) 3 4add_executable(route route.c route.rc) 5set_module_type(route win32cui UNICODE) 6target_link_libraries(route conutils ${PSEH_LIB}) 7add_importlibs(route ws2_32 iphlpapi msvcrt advapi32 kernel32 ntdll) 8add_cd_file(TARGET route DESTINATION reactos/system32 FOR all)