* Sync with recent trunk (r52637).
[reactos.git] / base / applications / cmdutils / hostname / CMakeLists.txt
1
2 add_executable(hostname hostname.c hostname.rc)
3
4 set_module_type(hostname win32cui)
5 add_importlibs(hostname msvcrt kernel32)
6 add_cd_file(TARGET hostname DESTINATION reactos/system32 FOR all)