reactos/base/applications/logoff/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

12 lines
271 B
CMake

list(APPEND SOURCE
misc.c
logoff.c
logoff.rc)
add_executable(logoff ${SOURCE})
set_module_type(logoff win32cui)
add_importlibs(logoff advapi32 user32 msvcrt kernel32)
add_pch(logoff precomp.h)
add_cd_file(TARGET logoff DESTINATION reactos/system32 FOR all)