reactos/reactos/base/applications/cmdutils/hostname/CMakeLists.txt
Hermès Bélusca-Maïto 6cdfa4a25c [HOSTNAME]
Unicodify and add localization support.
Patch by Lee Schroeder, simplified by me.

CORE-7142 #resolve #comment Committed in revision r58893, thanks!

[REGEDIT]
"Neutralize" common resources.

svn path=/trunk/; revision=58893
2013-04-29 23:49:52 +00:00

7 lines
207 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)