reactos/base/applications/logoff/CMakeLists.txt
Amine Khaldi 4f2d0d54b0 * Sync to recent trunk (r52563).
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=52565
2011-07-08 01:50:19 +00:00

13 lines
272 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)