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