1
2include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
3
4add_executable(logoff logoff.c logoff.rc)
5set_module_type(logoff win32cui UNICODE)
6target_link_libraries(logoff conutils ${PSEH_LIB})
7add_importlibs(logoff advapi32 user32 msvcrt kernel32)
8add_cd_file(TARGET logoff DESTINATION reactos/system32 FOR all)
9