Create the AHCI branch for Aman's work
[reactos.git] / base / services / tftpd / CMakeLists.txt
1
2 add_executable(tftpd tftpd.cpp)
3 set_module_type(tftpd win32cui)
4 add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32)