diff --git a/base/services/CMakeLists.txt b/base/services/CMakeLists.txt index e49a3401993..75b547844ca 100644 --- a/base/services/CMakeLists.txt +++ b/base/services/CMakeLists.txt @@ -10,7 +10,7 @@ add_subdirectory(srvsvc) add_subdirectory(svchost) add_subdirectory(tcpsvcs) add_subdirectory(telnetd) -#add_subdirectory(tftpd) +add_subdirectory(tftpd) add_subdirectory(umpnpmgr) add_subdirectory(wkssvc) add_subdirectory(wlansvc) diff --git a/base/services/tftpd/CMakeLists.txt b/base/services/tftpd/CMakeLists.txt index 441f6c9a360..0ae2efab3d2 100644 --- a/base/services/tftpd/CMakeLists.txt +++ b/base/services/tftpd/CMakeLists.txt @@ -2,3 +2,4 @@ add_executable(tftpd tftpd.cpp) set_module_type(tftpd win32cui) add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32) +add_cd_file(TARGET tftpd DESTINATION reactos/system32 FOR all)