mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
5 lines
206 B
CMake
5 lines
206 B
CMake
|
|
add_executable(hostname hostname.c hostname.rc)
|
|
set_module_type(hostname win32cui UNICODE)
|
|
add_importlibs(hostname user32 msvcrt kernel32)
|
|
add_cd_file(TARGET hostname DESTINATION reactos/system32 FOR all)
|