reactos/base/applications/logoff/CMakeLists.txt
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

11 lines
288 B
CMake

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