1
2if(NOT MSVC)
3 add_compile_flags("-Wno-format-overflow")
4endif()
5
6add_executable(tftpd tftpd.cpp)
7set_module_type(tftpd win32cui)
8add_importlibs(tftpd advapi32 ws2_32 iphlpapi msvcrt kernel32)
9add_cd_file(TARGET tftpd DESTINATION reactos/system32 FOR all)
10