1 2if(NOT MSVC AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 7.0) 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