1
2add_executable(telnetd
3    telnetd.c
4    serviceentry.c
5    telnetd.rc)
6
7target_link_libraries(telnetd wine)
8set_module_type(telnetd win32cui)
9add_importlibs(telnetd advapi32 ws2_32 msvcrt kernel32 ntdll)
10add_cd_file(TARGET telnetd DESTINATION reactos/system32 FOR all)
11